File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Test
1919 run : yarn test
2020 - name : Lint
21- run : yarn run lint-all
21+ run : yarn run lint
Original file line number Diff line number Diff line change 1+ dist /
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Contributions are welcome.
993 . Check for type errors: ` yarn tsc `
10104 . Run Rollup: ` yarn build `
11115 . Run tests: ` yarn test `
12- 6 . Run ESLint: ` yarn lint-all `
12+ 6 . Run ESLint: ` yarn lint `
13+ 7 . Run Storybook: ` yarn storybook `
1314
1415## Publishing
1516
Original file line number Diff line number Diff line change 2626 "scripts" : {
2727 "build" : " yarn clean && tsc && rollup -c .config/rollup.config.js" ,
2828 "clean" : " rimraf dist" ,
29- "lint" : " eslint" ,
30- "lint-all" : " yarn lint ." ,
29+ "lint" : " eslint ." ,
3130 "lint-staged" : " lint-staged --no-stash" ,
3231 "prepack" : " yarn run build" ,
33- "prettier-all " : " prettier ." ,
32+ "prettier" : " prettier ." ,
3433 "setup" : " husky install" ,
35- "start" : " yarn run storybook" ,
3634 "storybook" : " start-storybook -p 8080" ,
3735 "test" : " jest --config .config/jest.config.cjs"
3836 },
You can’t perform that action at this time.
0 commit comments