Skip to content

Commit 5f23155

Browse files
authored
Merge pull request #13 from piyook/chore/update-deps
chore(): update deps
2 parents 0439ca3 + 7433fe0 commit 5f23155

File tree

4 files changed

+514
-265
lines changed

4 files changed

+514
-265
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: '20'
4141
cache: 'npm'
4242
- run: npm ci
43-
- run: npm audit
43+
- run: npm audit --omit=dev
4444

4545
unit_tests:
4646
needs: [lint, prettier, audit]

.husky/pre-push

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
npx validate-branch-name
22
npm run pretty
33
npm run lint
4-
npm audit
4+
npm audit --omit=dev
55
npm run test:unit
66
npm run test:e2e
7-

0 commit comments

Comments
 (0)