File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ build /*
2+ dist /*
3+ lib /*
4+ node_modules /*
5+ .env
6+ yarn-error.log
7+ cypress /snapshots /*
8+ cypress /videos /*
9+ cypress /screenshots /*
10+ yarn.lock
Original file line number Diff line number Diff line change 2626 "storybook" : " start-storybook -p 6002 -s public" ,
2727 "build-storybook" : " build-storybook -s public" ,
2828 "gh-pages" : " npm run build:web && npm run build:vanilla && cp lib/vanilla.js build/vanilla.js && cp ./CNAME ./build/CNAME && gh-pages -d build" ,
29- "prettier" : " prettier --write \" src/**/*.js \" " ,
29+ "prettier" : " prettier --write . " ,
3030 "test:prettier" : " prettier --check \" src/**/*.js\" " ,
3131 "test:lint" : " eslint src --max-warnings=0" ,
3232 "test:integration:dev" : " ./node_modules/cypress/bin/cypress open" ,
You can’t perform that action at this time.
0 commit comments