|
17 | 17 | "test": "tests"
|
18 | 18 | },
|
19 | 19 | "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", |
21 | 21 | "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
|
22 | 22 | "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
|
23 | 23 | "lint:hbs": "ember-template-lint .",
|
|
26 | 26 | "lint:js:fix": "eslint . --fix",
|
27 | 27 | "start": "concurrently \"npm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
|
28 | 28 | "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", |
30 | 30 | "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", |
32 | 32 | "test:ember": "ember test",
|
33 | 33 | "ember-compatibility-tests": "ember try:all"
|
34 | 34 | },
|
|
0 commit comments