We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f6246 commit b529883Copy full SHA for b529883
nym-wallet/package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"build": "run-s webpack:prod tauri:build",
8
"dev": "run-p tauri:dev webpack:dev",
9
+ "build-macx86": "run-s webpack:prod tauri:buildx86",
10
"lint": "eslint src",
11
"lint:fix": "eslint src --fix",
12
"prebuild": "yarn --cwd .. build",
@@ -14,6 +15,7 @@
14
15
"storybook": "start-storybook -p 6006",
16
"storybook:build": "build-storybook",
17
"tauri:build": "yarn tauri build",
18
+ "tauri:buildx86": "yarn tauri build --target x86_64-apple-darwin",
19
"tauri:dev": "yarn tauri dev",
20
"tsc": "tsc --noEmit true",
21
"tsc:watch": "tsc --noEmit true --watch",
@@ -125,4 +127,4 @@
125
127
"webpack-merge": "^5.8.0"
126
128
},
129
"private": false
-}
130
+}
0 commit comments