Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
byn9826 committed Dec 26, 2024
1 parent 2adfed7 commit 0edd432
Show file tree
Hide file tree
Showing 3 changed files with 2,805 additions and 1,232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: cd ./admin-panel && npm install
- run: cd ./admin-panel && npm ci
- run: cd ./admin-panel && npm run test:check
- run: npm run build
- run: npm run lint:check
Expand Down
Loading

0 comments on commit 0edd432

Please sign in to comment.