Skip to content

Commit

Permalink
push new npx command equivalent
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Oct 10, 2023
1 parent acea340 commit cb07fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/vue-webview-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"scripts": {
"vscode:prepublish": "pnpm run compile",
"compile": "npx tsc -p ./ && cd webviews/vue-sample && pnpm --ignore-workspace i && pnpm build",
"compile": "pnpm --package=typescript dlx tsc -p ./ && cd webviews/vue-sample && pnpm --ignore-workspace i && pnpm build",
"lint": "eslint \"src/**/*.ts\"",
"watch": "npx tsc -watch -p ./"
"watch": "pnpm --package=typescript dlx tsc -watch -p ./"
},
"dependencies": {
"@zowe/zowe-explorer-api": "^2.10.0"
Expand Down

0 comments on commit cb07fa1

Please sign in to comment.