Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
zFernand0 committed Feb 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fe79188 commit 571cdd9
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module.exports = {
{
name: "main",
channel: "latest",
level: "minor",
// level: "minor",
devDependencies: {
"@zowe/imperative": "zowe-v2-lts",
"@zowe/zowe-explorer-api": "zowe-v2-lts",
2 changes: 1 addition & 1 deletion packages/vsce/package.json
Original file line number Diff line number Diff line change
@@ -883,7 +883,7 @@
"test:unit": "jest --config unit.jest_config.ts --no-coverage",
"test": "npm run test:unit",
"tsupDep": "node ./scripts/tsup-deps.js",
"package": "npm run tsupDep -- add && vsce package --allow-star-activation && node ../../scripts/mv-pack.js cics-extension-for-zowe vsix && npm run tsupDep"
"package": "npm run tsupDep -- add && vsce package --dependencies --allow-star-activation && node ../../scripts/mv-pack.js cics-extension-for-zowe vsix && npm run tsupDep"
},
"devDependencies": {
"@types/vscode": "~1.53.0",
4 changes: 2 additions & 2 deletions packages/vsce/tsup.config.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
"external": [
"vscode"
],
"noExternal": [],
"minify": "terser"
"minify": "terser",
"noExternal": []
}

0 comments on commit 571cdd9

Please sign in to comment.