Skip to content

Commit abfcf43

Browse files
committed
build: update on-push, on-release to fix eslint error
1 parent 0fbbccc commit abfcf43

File tree

3 files changed

+480
-1699
lines changed

3 files changed

+480
-1699
lines changed

Diff for: .github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '14'
1717
- name: Install packages
1818
run: |
19-
npm ci
19+
npm install
2020
npm run lerna-ci
2121
- name: Run lint
2222
run: npm run lerna-lint

Diff for: .github/workflows/on-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install packages
1313
run: |
1414
export NODE_ENV=dev
15-
npm ci
15+
npm install
1616
npm run lerna-ci
1717
- name: Run lint
1818
run: npm run lerna-lint

0 commit comments

Comments
 (0)