Using --no-cache option for jest tests
This commit is contained in:
parent
b199c539be
commit
f248304720
|
|
@ -131,7 +131,7 @@
|
|||
"eject": "react-scripts eject",
|
||||
"start-prod": "REACT_APP_ENVIRONMENT=PRODUCTION craco start",
|
||||
"cytest": "REACT_APP_TESTING=TESTING REACT_APP_ENVIRONMENT=DEVELOPMENT craco start & ./node_modules/.bin/cypress open",
|
||||
"test:unit": "$(npm bin)/jest -b --colors",
|
||||
"test:unit": "$(npm bin)/jest -b --colors --no-cache",
|
||||
"storybook": "start-storybook -p 9009 -s public",
|
||||
"build-storybook": "build-storybook -s public"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user