We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-staged
1 parent 88a35f1 commit eea7a33Copy full SHA for eea7a33
package.json
@@ -34,7 +34,6 @@
34
"test-ci": "yarn test && yarn test-cypress",
35
"test-unit": "cross-env NODE_ENV=test jest --config ./scripts/jest/config.js",
36
"test-a11y": "node ./scripts/a11y-testing",
37
- "test-staged": "yarn lint && node scripts/test-staged.js",
38
"test-cypress": "node ./scripts/cypress",
39
"test-cypress-dev": "node ./scripts/cypress --dev",
40
"test-cypress-a11y": "node ./scripts/cypress --a11y",
@@ -61,7 +60,7 @@
61
60
"react-focus-lock": "^2.9.5"
62
},
63
"pre-push": [
64
- "test-staged"
+ "lint"
65
],
66
"dependencies": {
67
"@hello-pangea/dnd": "^16.2.0",
scripts/test-staged.js
0 commit comments