Skip to content

Commit

Permalink
chore(): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
piyook committed Aug 13, 2024
1 parent 0439ca3 commit 7433fe0
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm audit
- run: npm audit --omit=dev

unit_tests:
needs: [lint, prettier, audit]
Expand Down
3 changes: 1 addition & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
npx validate-branch-name
npm run pretty
npm run lint
npm audit
npm audit --omit=dev
npm run test:unit
npm run test:e2e

Loading

0 comments on commit 7433fe0

Please sign in to comment.