Skip to content

Commit

Permalink
build: update build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
moraleinside committed Mar 2, 2022
1 parent d7b84fa commit 7358056
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 @@ -15,7 +15,7 @@
"build:win": "FORCE_COLOR=1 p=WIN npm run build",
"build:web": "npm run build:web:test && npm run build:web:prod",
"build:web:prod": "cd vite-web-wallet && npm run build && cd ../ && cp -rf vite-web-wallet/dist/ app/walletPages",
"build:web:test": "cd vite-web-wallet && npm run build:testPC && cd ../ && cp -rf vite-web-wallet/dist/ app/walletPages-test",
"build:web:test": "cd vite-web-wallet && npm run testBuild && cd ../ && cp -rf vite-web-wallet/dist/ app/walletPages-test",
"dev": "NO_BUILD=true npm run builddev && NODE_ENV=dev HOT_RELOAD=true electron .",
"dev:nohot": "NO_BUILD=true npm run builddev && NODE_ENV=dev electron .",
"test": "mocha",
Expand Down

0 comments on commit 7358056

Please sign in to comment.