We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f9ac commit e043bafCopy full SHA for e043baf
.github/workflows/main.yml
@@ -43,10 +43,10 @@ jobs:
43
${{ runner.os }}-${{matrix.node_version}}-jest-
44
- name: Install Dependencies using Yarn
45
run: yarn install
46
- - name: Lint
47
- run: yarn lint
48
- name: Build
49
run: yarn build
+ - name: Lint
+ run: yarn lint
50
- name: Test
51
run: yarn test --logHeapUsage
52
env:
package.json
@@ -8,7 +8,7 @@
8
"./example"
9
],
10
"scripts": {
11
- "lint": "eslint --ext .ts .",
+ "lint": "eslint --config .eslintrc.json --ext .ts .",
12
"prebuild": "rimraf packages/*/dist",
13
"build": "tsc --project tsconfig.json && bob build",
14
"test": "jest",
0 commit comments