From 6d5307b12ec333484bf259a083f61d99131d4f24 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 28 May 2020 17:06:58 +0200 Subject: [PATCH] wut --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a65ec7..8d423d7 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-shell hub release create -m Version \"$npm_package_version\" \"$npm_package_version\" && cross-env-shell sentry-cli releases set-commits \"$npm_package_version\" --auto && cross-env-shell sentry-cli releases deploys \"$npm_package_version\" new --env production -n gh-pages" + "ghpages": "npm run -s build && git add . && git commit -m Update && git push && cross-env-shell hub release create -m Version \"$npm_package_version\" \"$npm_package_version\" && cross-env-shell sentry-cli releases set-commits \"$npm_package_version\" --auto && cross-env-shell sentry-cli releases deploys \"$npm_package_version\" new --env production -n \"gh-pages $npm_package_version\"" }, "devDependencies": { "@sentry/webpack-plugin": "^1.11.1",