You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"watch": "concurrently \"pnpm run watch:extension\"\"pnpm run watch:webview\"",
51
55
"watch:extension": "pnpm run compile:extension --watch",
52
56
"watch:webview": "pnpm run compile:webview --watch",
53
-
"package": "webpack --mode production --devtool hidden-source-map",
57
+
"package": "concurrently \"pnpm run compile:extension --mode production --devtool hidden-source-map\"\"pnpm run compile:webview --mode production --devtool hidden-source-map\"",
54
58
"compile-tests": "tsc -p . --outDir out",
55
59
"watch-tests": "tsc -p . -w --outDir out",
56
60
"pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint",
0 commit comments