Skip to content

Commit

Permalink
chore: add build-doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jul 6, 2022
1 parent 418495e commit 6c7daaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "tslint -p tsconfig.json",
"umd": "rollup --config rollup.config.js",
"postinstall": "husky install",
"build-doc": "dumi build",
"publish": "npm publish ./lib --registry=https://registry.npmjs.org",
"publish:alpha": "npm publish ./lib --registry=https://registry.npmjs.org --tag alpha",
"publish:dev": "npm publish ./lib --registry=https://registry.npmjs.org --tag dev"
Expand Down

1 comment on commit 6c7daaa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.