Skip to content

Commit

Permalink
😒 chore(package.json): prepublish -> prepare.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent c140049 commit 343f5b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"test": "ava",
"esdoc": "esdoc"
"esdoc": "esdoc",
"prepare": "npm run build"
},
"devDependencies": {
"aureooms-node-package": "^5.0.2",
Expand Down

0 comments on commit 343f5b1

Please sign in to comment.