File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11
11
"build:win32" : " @powershell -Command $env:REACT_APP_GIT_REV=(git rev-parse --short HEAD); react-scripts build" ,
12
12
"build:darwin:linux" : " cross-env REACT_APP_GIT_REV=`git rev-parse --short HEAD` react-scripts build" ,
13
13
"build:icons" : " svgr -d src/icons node_modules/ipfs-css/icons && standard --fix src/icons/*" ,
14
- "test" : " exit 1" ,
15
- "test:restoreme" : " run-s -cl test:unit test:build test:e2e" ,
14
+ "test" : " run-s -cl test:unit test:build test:e2e" ,
16
15
"test:unit" : " react-scripts test --env=jsdom --runInBand --watchAll=false" ,
17
16
"test:unit:watch" : " react-scripts test --env=jsdom" ,
18
17
"test:e2e" : " cross-env JEST_PUPPETEER_CONFIG=test/e2e/jest-puppeteer.config.js jest -c test/e2e/jest.config.js --runInBand" ,
You can’t perform that action at this time.
0 commit comments