Navigation Menu

Skip to content

Commit

Permalink
Restore prepublishOnly npm script
Browse files Browse the repository at this point in the history
Removed in c66ad81 due to poor npm support at the time.
  • Loading branch information
xzyfer committed Dec 3, 2018
1 parent 32a65d8 commit ae79d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "jest",
"clean": "rm lib/*",
"build": "npm run clean; babel src/ --out-dir lib"
"build": "npm run clean; babel src/ --out-dir lib",
"prepublishOnly": "npm run build"
},
"files": [
"index.js",
Expand Down

0 comments on commit ae79d74

Please sign in to comment.