Skip to content

Commit e043baf

Browse files
committed
fixes
1 parent 235f9ac commit e043baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
${{ runner.os }}-${{matrix.node_version}}-jest-
4444
- name: Install Dependencies using Yarn
4545
run: yarn install
46-
- name: Lint
47-
run: yarn lint
4846
- name: Build
4947
run: yarn build
48+
- name: Lint
49+
run: yarn lint
5050
- name: Test
5151
run: yarn test --logHeapUsage
5252
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./example"
99
],
1010
"scripts": {
11-
"lint": "eslint --ext .ts .",
11+
"lint": "eslint --config .eslintrc.json --ext .ts .",
1212
"prebuild": "rimraf packages/*/dist",
1313
"build": "tsc --project tsconfig.json && bob build",
1414
"test": "jest",

0 commit comments

Comments
 (0)