diff --git a/package.json b/package.json index 9171bd7..d1b9e50 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "test": "testcafe all tests/e2e.ts --app 'npx sirv tests --port 5000 --host 0.0.0.0'", "prebuild": "tsc", "build": "rollup -c", - "prepublishOnly": "npm run build" + "prepublish": "npm run build" }, "repository": { "type": "git",