File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 "storybook" : " yarn build && yarn only-include-used-icons && start-storybook -p 6006" ,
3535 "build-storybook" : " yarn build && yarn only-include-used-icons && build-storybook" ,
3636 "only-include-used-icons" : " node dist/bin/only-include-used-icons.js" ,
37- "list-exports" : " ts-node src/scripts/list-exports.ts && prettier --write package.json && git add package.json "
37+ "list-exports" : " ts-node src/scripts/list-exports.ts && prettier --write package.json"
3838 },
3939 "bin" : {
4040 "copy-dsfr-to-public" : " dist/bin/copy-dsfr-to-public.js" ,
5050 },
5151 "husky" : {
5252 "hooks" : {
53- "pre-commit" : " yarn list-exports && lint-staged -v"
53+ "pre-commit" : " yarn list-exports && git add package.json && lint-staged -v"
5454 }
5555 },
5656 "author" : " u/garronej" ,
You can’t perform that action at this time.
0 commit comments