Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Sep 11, 2021
1 parent 509d9ce commit 2adc748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"lint:js:changed": "node ./scripts/lint-changed-js.js",
"problems": "tsc -p tsconfig.json --noEmit --pretty false",
"start": "yarn workspace ember-data start",
"test": "lerna run --stream --no-private --ignore='@ember-data/{private-build-infra,canary-features,debug}' test",
"test": "yarn workspace ember-data test",
"test:all": "yarn workspace ember-data test:all",
"test:node": "lerna run --stream test:node",
"test:production": "lerna run --stream --no-private --ignore='@ember-data/{private-build-infra,canary-features,debug}' test:production",
"test:try-one": "lerna run --stream --no-private --ignore='@ember-data/{private-build-infra,canary-features,debug}' test:try-one --",
"test:production": "yarn workspace ember-data test:production",
"test:try-one": "yarn workspace test:try-one",
"test:docs": "yarn workspace ember-data test:docs",
"test:encapsulation": "lerna run --stream --scope='*-encapsulation-test-app' test",
"test:fastboot": "yarn workspace fastboot-test-app test:scenario",
Expand Down

0 comments on commit 2adc748

Please sign in to comment.