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 18
18
- name : Test
19
19
run : yarn test
20
20
- 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.
9
9
3 . Check for type errors: ` yarn tsc `
10
10
4 . Run Rollup: ` yarn build `
11
11
5 . Run tests: ` yarn test `
12
- 6 . Run ESLint: ` yarn lint-all `
12
+ 6 . Run ESLint: ` yarn lint `
13
+ 7 . Run Storybook: ` yarn storybook `
13
14
14
15
## Publishing
15
16
Original file line number Diff line number Diff line change 26
26
"scripts" : {
27
27
"build" : " yarn clean && tsc && rollup -c .config/rollup.config.js" ,
28
28
"clean" : " rimraf dist" ,
29
- "lint" : " eslint" ,
30
- "lint-all" : " yarn lint ." ,
29
+ "lint" : " eslint ." ,
31
30
"lint-staged" : " lint-staged --no-stash" ,
32
31
"prepack" : " yarn run build" ,
33
- "prettier-all " : " prettier ." ,
32
+ "prettier" : " prettier ." ,
34
33
"setup" : " husky install" ,
35
- "start" : " yarn run storybook" ,
36
34
"storybook" : " start-storybook -p 8080" ,
37
35
"test" : " jest --config .config/jest.config.cjs"
38
36
},
You can’t perform that action at this time.
0 commit comments