Skip to content

Commit

Permalink
fix package command
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Aug 28, 2023
1 parent 5880698 commit a10ef02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@
"test:unit": "jest \".*__tests__.*\\.unit\\.test\\.ts\" --coverage",
"test:theia": "mocha ./out/__tests__/__theia__/*.theia.test.js --timeout 50000 --reporter mocha-multi-reporters --reporter-options configFile=.mocharc.json",
"test": "pnpm test:unit",
"vscode:prepublish": "gulp build && webpack --mode production && pnpm updateStrings && pnpm run compile-web && cd webviews/edit-attributes && pnpm && pnpm build",
"vscode:prepublish": "gulp build && webpack --mode production && pnpm updateStrings && pnpm run compile-web",
"updateStrings": "node ../../scripts/stringUpdateScript.js && prettier --write --loglevel warn ./i18n package.nls*",
"package": "vsce package --no-dependencies && node ../../scripts/mv-pack.js vscode-extension-for-zowe vsix",
"license": "node ../../scripts/updateLicenses.js",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a10ef02

Please sign in to comment.