We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f51b05 commit ab36743Copy full SHA for ab36743
package.json
@@ -34,7 +34,7 @@
34
"storybook": "yarn build && yarn only-include-used-icons && start-storybook -p 6006",
35
"build-storybook": "yarn build && yarn only-include-used-icons && build-storybook",
36
"only-include-used-icons": "node dist/bin/only-include-used-icons.js",
37
- "list-exports": "ts-node src/scripts/list-exports.ts"
+ "list-exports": "ts-node src/scripts/list-exports.ts && prettier --write package.json && git add package.json"
38
},
39
"bin": {
40
"copy-dsfr-to-public": "dist/bin/copy-dsfr-to-public.js",
0 commit comments