There was an error while loading. Please reload this page.
1 parent 0475fae commit 7cdaf59Copy full SHA for 7cdaf59
package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"test": "mocha test",
11
"test:debug": "node --inspect --debug-brk mocha test",
12
- "build": "babel src --out-dir ."
+ "build": "babel src --out-dir .",
13
+ "prepublish": "npm run build"
14
},
15
"author": "Alex Rattray <rattray.alex@gmail.com> (http://alexrattray.com/)",
16
"homepage": "http://lightscript.org/",
0 commit comments