We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm --prefix
1 parent 4cbb367 commit fcd6cbdCopy full SHA for fcd6cbd
frameworks/hello-world-angular/package.json
@@ -22,9 +22,9 @@
22
]
23
},
24
"scripts": {
25
- "install:all": "npm install && npm --prefix ./webview-ui install ./webview-ui",
26
- "start:webview": "npm --prefix ./webview-ui run start",
27
- "build:webview": "npm --prefix ./webview-ui run build",
+ "install:all": "npm install && cd webview-ui && npm install",
+ "start:webview": "cd webview-ui && npm run start",
+ "build:webview": "cd webview-ui && npm run build",
28
"vscode:prepublish": "npm run compile",
29
"compile": "tsc -p ./",
30
"watch": "tsc -watch -p ./",
0 commit comments