Skip to content

Commit 2f3c00b

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] make "clean" action now is non-interactive (for CI/CD)
1 parent e6cd190 commit 2f3c00b

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
@@ -39,7 +39,7 @@
3939
"start": "npm run test",
4040
"lint": "npx eslint --env-info; npx eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
4141
"jest:ci": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",
42-
"jest:clean": "npx jest --clearCache && npx watchman watch-del-all",
42+
"jest:clean": "npx --yes jest --clearCache && npx watchman watch-del-all",
4343
"jest:bruteforce": "cross-env BRUTEFORCE=true NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",
4444
"jest:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll",
4545
"style:format": "npx prettier --write 'src/**/*.ts'",

0 commit comments

Comments
 (0)