Skip to content

Commit

Permalink
feat: KAN-44
Browse files Browse the repository at this point in the history
  • Loading branch information
aihara-sama committed Oct 27, 2024
1 parent 29585bf commit fbaee62
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 @@ -16,7 +16,7 @@ jobs:
node-version: "20" # Specify your Node.js version

- name: Install dependencies
run: npm install # or 'yarn install' if you're using Yarn
run: yarn install

- name: Run build
run: npm run build # or 'yarn build' if you're using Yarn
run: yarn build

0 comments on commit fbaee62

Please sign in to comment.