diff --git a/package.json b/package.json index 60c88b4..2ce054b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "build": "webpack --config webpack.prod.js", - "start": "webpack --watch --config webpack.dev.js" + "start": "webpack --watch --config webpack.dev.js", + "prepublishOnly": "npm run build" }, "bin": "bin/sigmascript.js", "keywords": [],