Skip to content

Commit

Permalink
chore(test): build bin file right after install deps
Browse files Browse the repository at this point in the history
Since test script depends from `bin/docsify` and isn't versioned anymore, we do need to build first.
  • Loading branch information
raulfdm committed Dec 22, 2019
1 parent f2b9dbf commit 949b970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"release": "standard-version",
"prebuild": "rimraf bin",
"build": "rollup -c",
"prerelease": "npm run build"
"prerelease": "npm run build",
"postinstall": "npm run build"
},
"files": [
"bin",
Expand Down

0 comments on commit 949b970

Please sign in to comment.