Skip to content

Commit

Permalink
🤖 chore(package.json): prepublish -> prepare.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jun 27, 2022
1 parent eeb3f5c commit 2985d9f
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 @@ -3,7 +3,8 @@
"test": "ava",
"build": "NODE_ENV=production microbundle",
"build-docs": "esdoc",
"lint": "true"
"lint": "true",
"prepare": "npm run build"
},
"description": "type checking code bricks for JavaScript",
"keywords": [
Expand Down

0 comments on commit 2985d9f

Please sign in to comment.