Skip to content

Commit

Permalink
fix: import cn properly and remove --force from the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 19, 2024
1 parent 2f0dd9e commit b146250
Show file tree
Hide file tree
Showing 3 changed files with 1,394 additions and 2,110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: npm install --force
run: npm install
- name: Run TypeScript compiler
run: npm run type-check
Loading

0 comments on commit b146250

Please sign in to comment.