diff --git a/package.json b/package.json index 764a067..dc0afe8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "types": "dist/index.d.ts", "scripts": { "build": "npm run test && rollup -c", - "watch": "rollup -cw", + "prepublishOnly": "npm run build", "test": "jest", "test-ci": "jest --coverage --coverageReporters=text-lcov | coveralls" },