Skip to content

Commit a24d3a4

Browse files
committed
added specific os machines in deploy script in package.json
1 parent 4056c56 commit a24d3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"prod": "webpack --mode production --config webpack.config.ts",
8181
"compile": "tsc -p ./",
8282
"coverage": "jest --coverage",
83-
"deploy": "vsce publish"
83+
"deploy": "vsce publish --target linux-x64 linux-arm64 darwin-x64 darwin-arm64 web"
8484
},
8585
"devDependencies": {
8686
"@babel/preset-typescript": "^7.23.3",

0 commit comments

Comments
 (0)