Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Set EMBER_VERSION env variable to OCTANE (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe Cano authored and NullVoxPopuli committed Feb 15, 2019
1 parent 7d0a3f0 commit 35a7525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ember/octane-addon-blueprint/files/.ember-cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

process.env.EMBER_CLI_MODULE_UNIFICATION = true;
process.env.EMBER_VERSION = "OCTANE";

module.exports = {
/**
Expand Down
1 change: 1 addition & 0 deletions packages/@ember/octane-app-blueprint/files/.ember-cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

process.env.EMBER_CLI_MODULE_UNIFICATION = true;
process.env.EMBER_VERSION = "OCTANE";

module.exports = {
/**
Expand Down

0 comments on commit 35a7525

Please sign in to comment.