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.
1 parent f274392 commit 99a587eCopy full SHA for 99a587e
package.json
@@ -15,7 +15,7 @@
15
"style:format": "npx --yes prettier --write 'src/**/*.js'",
16
"style:check": "npx --yes prettier --check 'src/**/*.js'",
17
"test": "npm run jest:ci",
18
- "test:all": "npm run lint && npm run jest && echo 'Done.'",
+ "test:all": "npm run lint && npm run test && echo 'Done.'",
19
"test:watch": "npx --yes concurrently -k -s first --names \"LINT,TEST\" -p \"[{name}]\" \"npm run lint:watch\" \"npm run jest:watch\"",
20
"update-all": "npm install $(npm outdated | cut -d' ' -f 1 | sed '1d' | xargs -I '$' echo '$@latest' | xargs echo)"
21
},
0 commit comments