Skip to content

Commit

Permalink
fix(missing): CI should include webview bundle to js files arent miss…
Browse files Browse the repository at this point in the history
…ing in disrtibuted extension
  • Loading branch information
Oliver Paraskos committed Oct 13, 2022
1 parent 9d9ee65 commit cfd7c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"vscode:prepublish": "npm run compile",
"build": "npm run compile",
"compile": "tsc -b",
"compile": "concurrently 'tsc -b' 'cd webviews && npm run compile'",
"watch": "tsc -b -w",
"lint": "eslint ./client/src ./server/src ./webviews/src --ext .ts,.tsx",
"postinstall": "cd client && npm install && cd ../server && npm install && cd ../webviews && npm install && cd ..",
Expand Down

0 comments on commit cfd7c98

Please sign in to comment.