File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6161 - persist_to_workspace :
6262 root : ~/repo
6363 paths :
64- - docs
64+ - storybook
6565 deploy-library :
6666 docker :
6767 - image : ' circleci/node:latest'
Original file line number Diff line number Diff line change 1212/dist
1313
1414# storybook
15- /docs
15+ /storybook
1616/.firebase
1717
1818# misc
@@ -31,4 +31,4 @@ yarn-error.log*
3131
3232# Docs
3333.docz
34- /docs / build
34+ /docs
Original file line number Diff line number Diff line change 11module . exports = {
22 setupFilesAfterEnv : [ '<rootDir>/test/setup-test' ]
3- }
3+ } ;
Original file line number Diff line number Diff line change 2828 "build" : " npm run build:prod" ,
2929 "build:dev" : " cross-env NODE_ENV=development rollup -c" ,
3030 "build:prod" : " cross-env NODE_ENV=production rollup -c" ,
31- "test" : " jest" ,
32- "test:ci" : " jest --maxWorkers=2" ,
33- "test:watch" : " jest --watch" ,
34- "test:coverage" : " jest --coverage" ,
31+ "test" : " jest ./src " ,
32+ "test:ci" : " jest ./src --maxWorkers=2" ,
33+ "test:watch" : " jest ./src --watch" ,
34+ "test:coverage" : " jest ./src --coverage" ,
3535 "lint" : " eslint src --ext .js" ,
3636 "lint:fix" : " npm run lint -- --fix" ,
3737 "semantic-release" : " semantic-release" ,
You can’t perform that action at this time.
0 commit comments