Skip to content

Commit

Permalink
Regenerate docs on build
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 committed Jan 5, 2019
1 parent 0635b23 commit 54d5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"sideEffects": false,
"scripts": {
"build": "npm-run-all --sequential build:bundle build:types",
"build": "npm-run-all --sequential build:bundle build:types docs",
"build:bundle": "rollup --config",
"build:types": "dts-bundle-generator --silent --umd-module-name hibp --out-file types/hibp.d.ts src/hibp.ts && prettier --loglevel silent --write types/hibp.d.ts",
"check-types": "npm-run-all --sequential --continue-on-error check-types:*",
Expand Down

0 comments on commit 54d5028

Please sign in to comment.