diff --git a/package.json b/package.json index 9328052..5d55510 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "preact watch", "build": "preact build --no-prerender --dest docs && git add docs", - "ghpages": "npm run -s build && git add . && git commit -m Update && git push && cross-env sentry-cli releases set-commits $npm_package_version --auto" + "ghpages": "npm run -s build && git add . && git commit -m Update && git push && cross-env-shell sentry-cli releases set-commits \"$npm_package_version\" --auto" }, "devDependencies": { "@sentry/webpack-plugin": "^1.11.1",