-
Notifications
You must be signed in to change notification settings - Fork 605
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
Add Fastboot dependencies without enabling them #1892
Conversation
Fastboot-related dependencies are added by the following "npm install" commands: * npm i --save fastboot-app-server * npm i --save-dev ember-cli-fastboot But Fastboot itself is disabled by having FASTBOOT_DISABLED=true.
r? @jtgeibel (rust_highfive has picked a reviewer for you, use r? to override) |
This works, fastboot installs but nothing changes about running the npm commands locally. FWIW, I also deployed this to staging and the deploy worked and I don't see anything unusual. Here's the deploy logs if that's interesting:
@bors: r+ |
📌 Commit 77856b0 has been approved by |
Add Fastboot dependencies without enabling them Fastboot-related dependencies are added by the following "npm install" commands: * npm i --save fastboot-app-server * npm i --save-dev ember-cli-fastboot But Fastboot itself is disabled by having FASTBOOT_DISABLED=true.
☀️ Test successful - checks-travis |
Fastboot-related dependencies are added by the following "npm install"
commands:
But Fastboot itself is disabled by having FASTBOOT_DISABLED=true.