Skip to content

Commit 0027787

Browse files
committed
install ember-auto-import to test apps
1 parent 7e75f43 commit 0027787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "tests"
1818
},
1919
"scripts": {
20-
"build": "bottled-ember build --ember-version 3.28 --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember --links docs,public,docs-styles:app/styles --no-overlay --environment=production",
20+
"build": "bottled-ember build --ember-version 3.28 --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,ember-auto-import --links docs,public,docs-styles:app/styles --no-overlay --environment=production",
2121
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
2222
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
2323
"lint:hbs": "ember-template-lint .",
@@ -26,9 +26,9 @@
2626
"lint:js:fix": "eslint . --fix",
2727
"start": "concurrently \"npm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
2828
"start:tests": "ember serve -p 0",
29-
"start:docs": "bottled-ember serve --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay",
29+
"start:docs": "bottled-ember serve --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember,ember-auto-import --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay",
3030
"test": "npm-run-all lint test:*",
31-
"test:docs": "bottled-ember test --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay",
31+
"test:docs": "bottled-ember test --ember-version 3.28 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember,ember-auto-import --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles --cache-name docs --no-overlay",
3232
"test:ember": "ember test",
3333
"ember-compatibility-tests": "ember try:all"
3434
},

0 commit comments

Comments
 (0)