Skip to content

Commit c6b08fa

Browse files
committed
added npm run babel as a prepublish script
1 parent c68c140 commit c6b08fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"scripts": {
1717
"test": "npm run babel && happiness && mocha --grep 'BROWSER: ' --invert",
1818
"test-browser": "mochify",
19-
"babel": "babel src -d lib"
19+
"babel": "babel src -d lib",
20+
"prepublish": "npm run babel"
2021
},
2122
"devDependencies": {
2223
"babel-cli": "^6.9.0",

0 commit comments

Comments
 (0)