Skip to content

Commit 99a587e

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [NPM] test:all action fixed.
1 parent f274392 commit 99a587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"style:format": "npx --yes prettier --write 'src/**/*.js'",
1616
"style:check": "npx --yes prettier --check 'src/**/*.js'",
1717
"test": "npm run jest:ci",
18-
"test:all": "npm run lint && npm run jest && echo 'Done.'",
18+
"test:all": "npm run lint && npm run test && echo 'Done.'",
1919
"test:watch": "npx --yes concurrently -k -s first --names \"LINT,TEST\" -p \"[{name}]\" \"npm run lint:watch\" \"npm run jest:watch\"",
2020
"update-all": "npm install $(npm outdated | cut -d' ' -f 1 | sed '1d' | xargs -I '$' echo '$@latest' | xargs echo)"
2121
},

0 commit comments

Comments
 (0)