Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
build: add npm prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Dec 3, 2018
1 parent 6ea8da7 commit f684f26
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 @@ -19,7 +19,8 @@
},
"license": "MIT",
"scripts": {
"build": "babel src -d lib"
"build": "babel src -d lib",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand Down

0 comments on commit f684f26

Please sign in to comment.