Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Jun 28, 2022
1 parent 7e682e5 commit 9fd7108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on_push.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Expand Up @@ -2,4 +2,3 @@
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
npm run lint

0 comments on commit 9fd7108

Please sign in to comment.