mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 00:14:21 +00:00
Update
This commit is contained in:
parent
6ec5d1ed8b
commit
9c0def14be
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "preact watch",
|
"start": "preact watch",
|
||||||
"build": "preact build --no-prerender --dest docs && git add docs",
|
"build": "preact build --no-prerender --dest docs && git add docs",
|
||||||
"ghpages": "cross-env npm run -s build && git add . && git commit -m Update && git push && sentry-cli releases set-commits \"$npm_package_version\" --auto"
|
"ghpages": "npm run -s build && git add . && git commit -m Update && git push && cross-env sentry-cli releases set-commits \"$npm_package_version\" --auto"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sentry/webpack-plugin": "^1.11.1",
|
"@sentry/webpack-plugin": "^1.11.1",
|
||||||
|
|
Loading…
Reference in a new issue