diff --git a/package.json b/package.json index cdc4f4f..2c37274 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "scripts": { "start": "webpack --watch", "debug-firefox": "web-ext run -s dist", - "postversion": "node scripts/version.js && npm run roll", - "build": "NODE_ENV=production webpack", "analyse-bundle": "ANALYSE= NODE_ENV=production webpack", - "roll": "./scripts/roll.sh" + "build": "NODE_ENV=production webpack", + "postversion": "node scripts/version.js", + "roll": "./scripts/release.sh" }, "dependencies": { "@primer/octicons": "^9.1.1", diff --git a/scripts/roll.sh b/scripts/release.sh similarity index 100% rename from scripts/roll.sh rename to scripts/release.sh