Switch from npm to yarn (stay consistent with ./webview/)

pull/142/merge
Kelvin Schoofs 5 years ago
parent dd013c4629
commit 2ed807b85e

5062
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -177,7 +177,7 @@
}
},
"scripts": {
"vscode:prepublish": "npm run build && cd webview && npm run build",
"vscode:prepublish": "yarn run build && cd webview && yarn run build",
"build": "webpack --mode production",
"compile": "webpack --mode none --info-verbosity verbose --display-modules",
"profile": "webpack --mode production --profile --json > stats.json",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save