diff --git a/package.json b/package.json index 18c74357..cef10d6f 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,7 @@ "clean": "node ./bin/clean.js", "open-config": "node ./bin/open-config.js", "package": "node ./bin/package.js", + "prepublish": "npm run build", "start": "npm run build && electron .", "test": "standard && node ./bin/check-deps.js", "update-authors": "./bin/update-authors.sh"