We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a3dd9 commit e051fbfCopy full SHA for e051fbf
sapling/package.json
@@ -74,7 +74,7 @@
74
"watch": "npm-run-all -p watch:*",
75
"watch:extension": "webpack --watch",
76
"watch:sidebar": "webpack --watch --config ./src/webviews/webpack.views.config.js",
77
- "package": "webpack --mode production --devtool hidden-source-map && webpack ----config ./src/webviews/webpack.views.config.js --devtool hidden-source-map",
+ "package": "webpack --mode production --devtool hidden-source-map && webpack --config ./src/webviews/webpack.views.config.js --devtool hidden-source-map",
78
"test-compile": "tsc -p ./",
79
"test-watch": "tsc -watch -p ./",
80
"pretest": "npm run test-compile && npm run lint",
0 commit comments