Skip to content

Commit

Permalink
Merge pull request #1010 from docsifyjs/prepare-script
Browse files Browse the repository at this point in the history
feat: Add a prepare script.
  • Loading branch information
trusktr authored Jan 28, 2020
2 parents 4f48679 + e566e9c commit 07f6edc
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 @@ -37,6 +37,7 @@
"build:ssr": "node build/ssr.js",
"build:cover": "node build/cover.js",
"build": "rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
"prepare": "npm run build",
"pub:next": "cross-env RELEASE_TAG=next sh build/release.sh",
"pub": "sh build/release.sh",
"postinstall": "opencollective-postinstall"
Expand Down

0 comments on commit 07f6edc

Please sign in to comment.