Skip to content

Commit 812efe9

Browse files
committed
fix: add webpack-cli as a uikit-workshop dependency; update npm script to use locally installed version vs globally / temp version via npx
1 parent 564da7a commit 812efe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uikit-workshop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {
7-
"build": "gulp && npx webpack-cli --config webpack.config.js --progress"
7+
"build": "gulp && webpack-cli --config webpack.config.js --progress"
88
},
99
"authors": [
1010
{
@@ -40,6 +40,7 @@
4040
"yargs": "1.2.6",
4141
"uglifyjs-webpack-plugin": "^1.2.7",
4242
"webpack": "4.16.3",
43+
"webpack-cli": "^3.1.0",
4344
"@babel/core": "^7.0.0-beta.55",
4445
"babel-loader": "^8.0.0-beta.4",
4546
"@babel/preset-env": "^7.0.0-beta.55"

0 commit comments

Comments
 (0)