Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Feb 18, 2025
1 parent af55c8a commit eb5036f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
# cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: npm install

- name: Build
run: pnpm run build
run: npm run build

# - name: Lint
# run: npm run lint

0 comments on commit eb5036f

Please sign in to comment.