diff --git a/package.json b/package.json index dd0aa211..97de8889 100644 --- a/package.json +++ b/package.json @@ -180,6 +180,7 @@ "test:watch:coverage": "jest --watch --coverage", "report:coverage": "open coverage/lcov-report/index.html", "report:build": "open webpack/webpack-stats.html", - "test:ci": "npm run lint -s && npm run test:coverage -s && npm run dist -s && npm run test:integration -s" + "test:ci": "npm run lint -s && npm run test:coverage -s && npm run dist -s && npm run test:integration -s", + "prepublishOnly": "npm run dist -s" } }