Skip to content

Commit

Permalink
bundle inner repo in vue-sample
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Flores <[email protected]>
  • Loading branch information
rudyflores committed Oct 2, 2023
1 parent 657e310 commit 5eae45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ coverage/
v8-compile-cache-0/
dist/
prebuilds/
samples/**/pnpm-lock.yaml
2 changes: 1 addition & 1 deletion samples/vue-webview-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"vscode:prepublish": "pnpm run compile",
"compile": "npx tsc -p ./ && cd webviews/vue-sample && pnpm i && pnpm build",
"compile": "npx tsc -p ./ && cd webviews/vue-sample && pnpm --ignore-workspace i && pnpm build",
"lint": "eslint \"src/**/*.ts\"",
"watch": "npx tsc -watch -p ./"
},
Expand Down

0 comments on commit 5eae45a

Please sign in to comment.