Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nacika-ins committed May 5, 2024
1 parent 146ea68 commit c9d7828
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
packages/client/package-lock.json
- name: Install dependencies
run: npm install --frozen-lockfile
- name: npm ci all
run: npm ci:all
- name: Check package-lock.json
run: git diff --exit-code package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "npm run watch",
"watch": "vite build --watch",
"build": "vite build",
"tsc": "tsc --noEmit",
"lint": "vue-tsc --noEmit && eslint --quiet \"src/**/*.{ts,vue}\"",
"upgrade-interactive": "npx npm-check --update"
},
Expand Down

0 comments on commit c9d7828

Please sign in to comment.