diff --git a/package.json b/package.json index e59b9c6..fb295c0 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "scripts": { "test": "mocha test", "test:debug": "node --inspect --debug-brk mocha test", - "build": "babel src --out-dir .", - "prepublish": "npm run build" + "build": "babel src --out-dir ." }, "author": "Alex Rattray (http://alexrattray.com/)", "homepage": "http://lightscript.org/",