Merge pull request #1290 from nymtech/fix/build-dev-wallet-windows

add run-all package to build dev wallet on windows
This commit is contained in:
Mark Sinclair
2022-05-26 09:57:09 +01:00
committed by GitHub
+2 -1
View File
@@ -11,7 +11,7 @@
"tauri:build": "yarn tauri build",
"tsc": "tsc --noEmit true",
"tsc:watch": "tsc --noEmit true --watch",
"dev": "yarn run webpack:dev & yarn run tauri:dev",
"dev": "run-p tauri:dev webpack:dev",
"prebuild": "yarn --cwd .. build",
"build": "run-s webpack:prod tauri:build",
"lint": "eslint src",
@@ -35,6 +35,7 @@
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"notistack": "^2.0.3",
"npm-run-all": "^4.1.5",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",