We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32226a commit 8a76fdaCopy full SHA for 8a76fda
package.json
@@ -4,7 +4,7 @@
4
"description": "Tiny LiveReload server, background-friendly",
5
"main": "./src",
6
"scripts": {
7
- "prepublish:": "npm test",
+ "prepublish:": "npm run babel",
8
"test": "npm run eslint && npm run mocha",
9
"eslint": "eslint . --debug",
10
"babel": "babel lib/ -d src && babel test/ -d src_test/",
0 commit comments