Skip to content

Commit

Permalink
Merge pull request #260 from WodenWang820118/develop
Browse files Browse the repository at this point in the history
hotfix: extra dependencies for Electron backend
  • Loading branch information
WodenWang820118 authored Oct 16, 2024
2 parents b734f65 + a2cf0f9 commit b67e18f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag-check",
"version": "1.1.1",
"version": "1.1.2",
"main": "main.cjs",
"author": "Guan Xin Wang",
"description": "A tool to check the data layer of a website",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build-staging": "pnpm run build-staging-front && pnpm run build-staging-back",
"build-prod-front": "nx build ng-frontend --configuration production --optimization --base-href ./",
"build-prod-back": "cross-env-shell NODE_ENV=prod \"nx build nest-backend\"",
"build-prod": "pnpm run build-prod-front && pnpm run build-prod-back && cd dist/apps/nest-backend && npm install && npm install sqlite3 && cd ../../..",
"build-prod": "pnpm run build-prod-front && pnpm run build-prod-back && cd dist/apps/nest-backend && npm install && npm install sqlite3 update-electron-app electron-log && cd ../../..",
"build-tag-build": "nx build ng-tag-build --configuration production --optimization",
"make": "cross-env-shell NODE_ENV=prod \"pnpm run build-prod && electron-forge make\"",
"package": "cross-env-shell NODE_ENV=prod \"pnpm run build-prod && electron-forge package\"",
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b67e18f

Please sign in to comment.