Skip to content

Commit 890432f

Browse files
committed
fix: update action workflows
1 parent 659599c commit 890432f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
node-version: 12
1919
- name: Install dependencies
2020
run: npm ci
21-
- name: Lint
22-
run: npm run pretest
21+
- name: Build
22+
run: DEPLOY=true npm run build

Diff for: .github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
node-version: 12
1919
- name: Install dependencies
2020
run: npm ci
21-
- name: Lint
22-
run: npm run pretest
2321
- name: Github Pages
2422
run: DEPLOY=true npm run build
2523
- name: Release

0 commit comments

Comments
 (0)