Skip to content

Commit 9fd7108

Browse files
committed
fix: fix workflow
1 parent 7e682e5 commit 9fd7108

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/on_push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 16
1919
- name: Install dependencies
2020
run: npm ci
21+
- name: Build
22+
run: npm run build
2123
- name: Release
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
. "$(dirname "$0")/_/husky.sh"
33

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

0 commit comments

Comments
 (0)