Skip to content

Commit c904620

Browse files
committed
followup: missing npm script doc:publish
1 parent 1cdbc99 commit c904620

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint:fix": "npm run lint -s -- --fix",
1414
"doc": "start-storybook -p 6060",
1515
"doc:build": "build-storybook -o storybook",
16+
"doc:publish": "node ./doc/publish.js",
1617
"prepublish": "npm run clean && npm run build"
1718
},
1819
"author": "Crazy Factory <dev@crazy-factory.com>",

0 commit comments

Comments
 (0)