Skip to content

Commit

Permalink
feat: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Jul 14, 2023
1 parent 8117bcc commit 3626e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run npmbuild && electron-builder --win --config",
"build:mac": "electron-builder --macos --arm64 --config",
"build:mac": "electron-builder --macos --arm64 --x64 --config",
"build:linux": "electron-builder --linux --config",
"unpackage": "rm -rf unpackage && asar extract dist/mac-arm64/bluestone.app/Contents/Resources/app.asar ./unpackage",
"sync-css": "cp -f src/renderer/src/styles/color.scss ../bs-preview/src/styles && cp -f src/renderer/src/styles/editor.scss ../bs-preview/src/styles"
Expand Down

0 comments on commit 3626e4b

Please sign in to comment.