Skip to content

Commit

Permalink
Remove tsc / build
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 12, 2023
1 parent dd74b97 commit 23ee225
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
node-version: 16.x
- name: install dependencies
run: yarn install
- name: build
run: yarn build
- name: lint:js
run: yarn lint:js
- name: lint:hbs
Expand All @@ -42,10 +40,6 @@ jobs:
- name: install dependencies
# Dependency fetching in Windows Actions runners can be slow
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -69,10 +63,6 @@ jobs:
- name: install dependencies
# Dependency fetching in Windows Actions runners can be slow
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -95,10 +85,6 @@ jobs:
- name: install dependencies
# Dependency fetching in Windows Actions runners can be slow
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -116,10 +102,6 @@ jobs:
node-version: 16.x
- name: install dependencies
run: yarn install --ignore-lockfile
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand Down Expand Up @@ -148,8 +130,6 @@ jobs:
node-version: 16.x
- name: install dependencies
run: yarn install
- name: build
run: yarn build
- name: test
env:
EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }}
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
"test": "tests"
},
"scripts": {
"build": "tsc",
"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",
"prepack": "npm run build",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "ember test",
Expand Down

0 comments on commit 23ee225

Please sign in to comment.