Skip to content

Commit

Permalink
solve webview bundling issue
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 c3c7f5a commit e93e54b
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,7 @@
]
},
"scripts": {
"build": "gulp build && pnpm license && webpack --mode development && cd webviews/edit-attributes && pnpm && pnpm build",
"build": "gulp build && pnpm license && webpack --mode development",
"build:integration": "pnpm createTestProfileData && pnpm license && tsc --pretty --project tsconfig-tests.json",
"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",
Expand Down
Loading

0 comments on commit e93e54b

Please sign in to comment.