Skip to content

Commit 2b4b9bb

Browse files
1.0.25
1 parent 5bf2789 commit 2b4b9bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "blitz-macos",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"type": "module",
55
"private": true,
66
"scripts": {
77
"build:app": "killall Blitz 2>/dev/null; bash scripts/bundle.sh release && open .build/Blitz.app",
88
"build:pkg": "bash scripts/build-pkg.sh",
99
"deploy:r2": "bash scripts/deploy-pkg.sh",
1010
"deploy:r2:snapshot": "bash scripts/deploy-pkg.sh --snapshot",
11-
"release": "npm version patch --no-git-tag-version && VERSION=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$VERSION\" && git tag \"v$VERSION\" && git push origin master --tags && bash scripts/bundle.sh release && npm run build:pkg && npm run deploy:r2",
11+
"release": "npm version patch --no-git-tag-version && VERSION=$(node -p \"require('./package.json').version\") && git add package.json && git commit -m \"$VERSION\" && git tag \"v$VERSION\" && git push origin master --tags",
1212
"install:local": "npm run build:pkg && sudo pkill -f blitz-postinstall 2>/dev/null; sudo installer -pkg build/Blitz-*.pkg -target / -verbose && open /Applications/Blitz.app"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)