Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
beam41 committed Jun 9, 2024
1 parent 77085a5 commit f8908f2
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 @@ -18,11 +18,11 @@ jobs:
node-version: 16
cache: 'npm'
- name: Install Node modules
run: npm install
run: npm ci
- name: Install ncc
run: npm i -g @vercel/ncc
- name: Build dist
run: ncc build index.js
run: ncc build src/index.js
- name: Commit file
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit f8908f2

Please sign in to comment.