Skip to content

Commit e051fbf

Browse files
PLCostercharlesgutwirthjo-cellalabaird
committed
Fixed package command typo in sapling package.json
Co-authored-by: Charles Gutwirth <[email protected]> Co-authored-by: Jordan Hisel <[email protected]> Co-authored-by: Lindsay Baird <[email protected]>
1 parent 04a3dd9 commit e051fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"watch": "npm-run-all -p watch:*",
7575
"watch:extension": "webpack --watch",
7676
"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",
77+
"package": "webpack --mode production --devtool hidden-source-map && webpack --config ./src/webviews/webpack.views.config.js --devtool hidden-source-map",
7878
"test-compile": "tsc -p ./",
7979
"test-watch": "tsc -watch -p ./",
8080
"pretest": "npm run test-compile && npm run lint",

0 commit comments

Comments
 (0)