Skip to content

Commit

Permalink
Merge pull request #776 from embroider-build/fix-ci
Browse files Browse the repository at this point in the history
github actions failing silently
  • Loading branch information
ef4 authored Apr 24, 2021
2 parents 90dd32e + 0546f76 commit 8137a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
/tests/scenarios/**/*.d.ts
/packages/test-setup/**/*.js
/packages/test-setup/**/*.d.ts
/packages/addon-shim/**/*.js
/packages/addon-shim/**/*.d.ts

# unconventional js
/blueprints/*/files/
Expand Down
14 changes: 1 addition & 13 deletions packages/addon-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@
"test": "tests"
},
"scripts": {
"prepare": "tsc",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "cross-env EMBROIDER_TEST_SETUP_FORCE=embroider EMBROIDER_TEST_SETUP_OPTIONS=optimized ember test --test-port=0",
"test:classic": "cross-env EMBROIDER_TEST_SETUP_FORCE=classic ember test --test-port=0",
"test:ember-compatibility": "ember try:each"
"prepare": "tsc"
},
"dependencies": {
"@embroider/shared-internals": "^0.40.0",
Expand Down

0 comments on commit 8137a35

Please sign in to comment.