Skip to content

Commit

Permalink
added specific os machines in deploy script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-t-luu committed Feb 15, 2024
1 parent 4056c56 commit a24d3a4
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 @@ -80,7 +80,7 @@
"prod": "webpack --mode production --config webpack.config.ts",
"compile": "tsc -p ./",
"coverage": "jest --coverage",
"deploy": "vsce publish"
"deploy": "vsce publish --target linux-x64 linux-arm64 darwin-x64 darwin-arm64 web"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
Expand Down

0 comments on commit a24d3a4

Please sign in to comment.