Skip to content

Commit

Permalink
Update Vltava to new npm run start modes (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arin Taylor authored Feb 12, 2020
1 parent a59184c commit 5a66462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/components/vltava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"lint:fix": "npm run eslint:fix",
"start": "webpack-dev-server --config webpack.config.js --package package.json",
"start:docker": "webpack-dev-server --config webpack.config.js --package package.json --env.mode docker",
"start:live": "webpack-dev-server --config webpack.config.js --package package.json --env.mode live",
"start:r11s": "webpack-dev-server --config webpack.config.js --package package.json --env.mode r11s",
"start:spo-df": "webpack-dev-server --config webpack.config.js --package package.json --env.mode spo-df",
"start:spo": "webpack-dev-server --config webpack.config.js --package package.json --env.mode spo",
"test:jest-disabled": "jest",
"tsc": "tsc",
"webpack": "webpack --env.production",
Expand Down

0 comments on commit 5a66462

Please sign in to comment.