Skip to content

Commit 8a76fda

Browse files
committedOct 15, 2016
prepublish: run babel
1 parent c32226a commit 8a76fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Tiny LiveReload server, background-friendly",
55
"main": "./src",
66
"scripts": {
7-
"prepublish:": "npm test",
7+
"prepublish:": "npm run babel",
88
"test": "npm run eslint && npm run mocha",
99
"eslint": "eslint . --debug",
1010
"babel": "babel lib/ -d src && babel test/ -d src_test/",

0 commit comments

Comments
 (0)
Please sign in to comment.