ci: update gh action

This commit is contained in:
Catalin Pit
2023-09-30 19:48:26 +01:00
parent 9437639c53
commit fe493adbb5
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
"prepare": "husky install",
"commitlint": "commitlint --edit",
"ci": "turbo run test:e2e",
"ci": "turbo run build test:e2e lint",
"clean": "turbo run clean && rimraf node_modules"
},
"engines": {