Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Jun 17, 2024
1 parent cdfca73 commit 8beaaad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2,494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: yarn install
- run: npm i
- name: Check lib
run: |
make
git diff --exit-code
- run: yarn test
- run: npm test
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lib/index.js: index.ts src/setup.ts package.json yarn.lock
yarn ncc build index.ts -o lib
lib/index.js: index.ts src/setup.ts package.json package-lock.json
npx ncc build index.ts -o lib
Loading

0 comments on commit 8beaaad

Please sign in to comment.