Skip to content

Commit

Permalink
fix: watch command failed on new clone project
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 16, 2022
1 parent 75c48db commit a742874
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 @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"build": "tsc -b tsconfig.build.json",
"watch": "npm run watch:base & npm run watch:vue-language-features & npm run watch:typescript-vue-plugin",
"watch": "npm run build && (npm run watch:base & npm run watch:vue-language-features & npm run watch:typescript-vue-plugin)",
"watch:base": "tsc -b tsconfig.build.json -w",
"watch:vue-language-features": "cd extensions/vscode-vue-language-features && npm run watch",
"watch:typescript-vue-plugin": "cd extensions/vscode-typescript-vue-plugin && npm run watch",
Expand Down

0 comments on commit a742874

Please sign in to comment.