diff --git a/package.json b/package.json index b39266c..85320b7 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ ], "scripts": { "start": "preact watch", - "dist": "git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && microbundle && npm publish && cross-env-shell hub release create -m \"$npm_package_version\" \"$npm_package_version\"", + "dist": "git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && microbundle && npm publish", "build": "preact build --template src/template.html --no-prerender --dest docs && git add docs", - "ghpages": "npm run build && git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push && cross-env-shell hub release create -m \"$npm_package_version\" \"$npm_package_version\"", - "both": "npm run ghpages && npm run dist" + "ghpages": "npm run build && git add . && cross-env-shell git commit -m \"$npm_package_version\" && git push \"$npm_package_version\"", + "both": "npm run ghpages && npm run dist && cross-env-shell hub release create -m \"$npm_package_version\"" }, "devDependencies": { "cross-env": "^7.0.2",