Skip to content

Commit 9352845

Browse files
Merge pull request #57 from oslabs-beta/AL/pipelines
removed os specific paths for deploy script
2 parents 2257d5d + e8d5ccb commit 9352845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 --target linux-x64 linux-arm64 darwin-x64 darwin-arm64 web"
83+
"deploy": "vsce publish"
8484
},
8585
"devDependencies": {
8686
"@babel/preset-typescript": "^7.23.3",

0 commit comments

Comments
 (0)