Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vltava to new npm run start modes #1232

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

arinwt
Copy link
Contributor

@arinwt arinwt commented Feb 11, 2020

The timing that these were initially merged caused Vltava to be missed. Add spo and spo-df modes to npm run start commands, and change live to r11s.

@arinwt arinwt requested a review from skylerjokiel February 11, 2020 23:15
@@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spo-df": [](start = 11, length = 8)

maybe too late but "spo" should come before "spo-df" alphabetically

Copy link
Contributor

@heliocliu heliocliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@arinwt arinwt merged commit 5a66462 into microsoft:master Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants