Skip to content

Commit

Permalink
chore: add command build to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
syns2191 committed Jun 16, 2024
1 parent 334e172 commit 4e476f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/server-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"build:renderer": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.renderer.prod.ts",
"postinstall": "ts-node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll",
"lint": "cross-env NODE_ENV=development eslint . --ext .js,.jsx,.ts,.tsx",
"pack:mac": "electron-builder build --mac --publish never && npm run build:dll",
"pack:win": "electron-builder build --win --publish never && npm run build:dll",
"pack:linux": "electron-builder build --linux --publish never && npm run build:dll",
"pack:mac": "electron-builder build --mac --publish always && npm run build:dll",
"pack:win": "electron-builder build --win --publish always && npm run build:dll",
"pack:linux": "electron-builder build --linux --publish always && npm run build:dll",
"package": "electron-builder build --publish never && npm run build:dll",
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app",
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
Expand Down

0 comments on commit 4e476f3

Please sign in to comment.