Skip to content

Commit

Permalink
Fixed missing prepublish for building
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 14, 2017
1 parent 3ce236c commit 11c9a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts": {
"clean": "rimraf dist/ lib/ locale-data/",
"build:data": "babel-node scripts/build-data",
"build": "npm run build:data",
"build": "npm run build:data && prepublish",
"lint": "eslint .",
"test": "cd tests && babel-node sanity.js && babel-node disableregexprestore.js && node noderunner.js",
"pretest": "npm run lint",
Expand Down

0 comments on commit 11c9a38

Please sign in to comment.