Skip to content

Commit b65f7ad

Browse files
author
Kelly Selden
committed
remove cross-env
1 parent a536ffc commit b65f7ad

4 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
timeout-minutes: 10
5757
env:
5858
NODE_LTS: ${{ matrix.node == 8 }}
59+
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
5960

6061
ember-cli-update:
6162
needs: test

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- nodejs_version: "8"
4+
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures"
45

56
branches:
67
only:

package-lock.json

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"scripts": {
1111
"lint": "eslint . --ext js,json",
1212
"start": "bin/ember-cli-update.js",
13-
"test": "cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha \"test/!(fixtures)/**/*-test.js\"",
14-
"test:command": "cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha test/acceptance/ember-addon-test.js",
15-
"test:bin": "cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha test/acceptance/ember-cli-update-test.js",
16-
"test:fast": "cross-env DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures mocha \"test/+(integration|unit)/**/*-test.js\""
13+
"test": "mocha \"test/!(fixtures)/**/*-test.js\"",
14+
"test:command": "mocha test/acceptance/ember-addon-test.js",
15+
"test:bin": "mocha test/acceptance/ember-cli-update-test.js",
16+
"test:fast": "mocha \"test/+(integration|unit)/**/*-test.js\""
1717
},
1818
"repository": {
1919
"type": "git",
@@ -56,7 +56,6 @@
5656
"chai-as-promised": "^7.1.1",
5757
"chai-fs": "^2.0.0",
5858
"chai-string": "^1.5.0",
59-
"cross-env": "^6.0.0",
6059
"ember-cli": "3.11.0-beta.1",
6160
"eslint": "^6.8.0",
6261
"eslint-config-sane": "0.8.5",

0 commit comments

Comments
 (0)