diff --git a/package.json b/package.json index 977f11e0..0f84a3eb 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "test": "jest", "test:debug": "node --inspect node_modules/.bin/jest --watch --runInBand", "view-cover": "npm run cover -- --report=html && opn ./coverage/index.html", - "package": "npm-run-all clean build build:prod", + "package": "npm-run-all clean lint test build build:prod", "analyze-bundle": "babel-node ./tools/analyzeBundle.js" }, "jest": {