Skip to content

Commit b529883

Browse files
Update package.json
1 parent 07f6246 commit b529883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nym-wallet/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "run-s webpack:prod tauri:build",
88
"dev": "run-p tauri:dev webpack:dev",
9+
"build-macx86": "run-s webpack:prod tauri:buildx86",
910
"lint": "eslint src",
1011
"lint:fix": "eslint src --fix",
1112
"prebuild": "yarn --cwd .. build",
@@ -14,6 +15,7 @@
1415
"storybook": "start-storybook -p 6006",
1516
"storybook:build": "build-storybook",
1617
"tauri:build": "yarn tauri build",
18+
"tauri:buildx86": "yarn tauri build --target x86_64-apple-darwin",
1719
"tauri:dev": "yarn tauri dev",
1820
"tsc": "tsc --noEmit true",
1921
"tsc:watch": "tsc --noEmit true --watch",
@@ -125,4 +127,4 @@
125127
"webpack-merge": "^5.8.0"
126128
},
127129
"private": false
128-
}
130+
}

0 commit comments

Comments
 (0)