Skip to content

Commit

Permalink
rm dep from open vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Apr 27, 2021
1 parent c330b9e commit 2c34b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,13 +993,13 @@
]
},
"scripts": {
"vscode:prepublish": "gulp build && webpack --mode production",
"vscode:prepublish": "webpack --mode production",
"lint": "prettier --check **/*.*",
"debugPreTask": "webpack --mode development",
"compile": "tsc -p ./",
"watch": "webpack --watch --mode development",
"test": "tsc -p ./ && node ./out/test/runTest.js --VERBOSE 2>&1 >> testing.results.log",
"package": "vsce package --yarn -o esp-idf-extension.vsix",
"package": "gulp build && vsce package --yarn -o esp-idf-extension.vsix",
"release": "vsce publish --yarn -p ${VS_MARKETPLACE_TOKEN} --packagePath esp-idf-extension.vsix",
"clean": "gulp clean",
"validateLocalization": "gulp validateLocalization",
Expand Down

0 comments on commit 2c34b8f

Please sign in to comment.