diff --git a/package.json b/package.json index 421253f..74e33d3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "unit": "karma start test/unit/karma.conf.js --single-run", "e2e": "node test/e2e/runner.js", "test": "npm run unit", - "lint": "eslint --ext .js,.vue src test/unit/specs" + "lint": "eslint --ext .js,.vue src test/unit/specs", + "prepublish": "node build/build.js" }, "dependencies": { "babel-runtime": "^6.0.0",