We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2d42 commit f7b3fe5Copy full SHA for f7b3fe5
.husky/pre-commit
@@ -1,2 +1,2 @@
1
-npm run lint:hooks
2
-npm run test:hooks
+npm run lint
+npm run test
.husky/pre-push
@@ -1,3 +0,0 @@
3
-npm run test:e2e
package.json
@@ -8,9 +8,7 @@
8
"prepare": "husky",
9
"build": "nx run-many -t build",
10
"lint": "nx run-many -t lint",
11
- "lint:hooks": "npm run lint && npm --prefix web run lint",
12
"test": "nx run-many -t test",
13
- "test:hooks": "npm run test",
14
"test:watch": "nx run-many -t test --watch",
15
"test:coverage": "nx run-many -t test --coverage",
16
"test:e2e": "jest --config e2e/jest.config.js"
0 commit comments