We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdbc99 commit c904620Copy full SHA for c904620
1 file changed
package.json
@@ -13,6 +13,7 @@
13
"lint:fix": "npm run lint -s -- --fix",
14
"doc": "start-storybook -p 6060",
15
"doc:build": "build-storybook -o storybook",
16
+ "doc:publish": "node ./doc/publish.js",
17
"prepublish": "npm run clean && npm run build"
18
},
19
"author": "Crazy Factory <dev@crazy-factory.com>",
0 commit comments