Skip to content

Commit

Permalink
fix: update action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 16, 2021
1 parent 659599c commit 890432f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run pretest
- name: Build
run: DEPLOY=true npm run build
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run pretest
- name: Github Pages
run: DEPLOY=true npm run build
- name: Release
Expand Down

0 comments on commit 890432f

Please sign in to comment.