1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
This commit is contained in:
Steffo 2020-05-28 15:03:02 +02:00
parent 5ee3aa5a3a
commit e0f3d8e3fe
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -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",