diff --git a/docs/config/environment.js b/docs/config/environment.js index 25ea331e..572d8c42 100644 --- a/docs/config/environment.js +++ b/docs/config/environment.js @@ -42,9 +42,6 @@ module.exports = function (environment) { if (environment === 'production') { // here you can enable a production-specific feature - if (process.argv.includes('buildGhPage')) { - ENV.rootURL = '/ember-basic-dropdown'; - } } return ENV; diff --git a/docs/package.json b/docs/package.json index 5aa82f66..3eb0cc7d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,6 @@ }, "scripts": { "build": "ember build --environment=production", - "build:gh-page": "ember build --environment=production buildGhPage", "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", "lint:css": "stylelint \"**/*.css\" --allow-empty-input", "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",