Skip to content

Commit

Permalink
Move from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Feb 13, 2024
1 parent 2ea9b7a commit b06be97
Show file tree
Hide file tree
Showing 4 changed files with 4,992 additions and 2,833 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: npm ci
- run: npm run lint
- run: npm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# node specific
node_modules/
npm-debug.log
package-lock.json

# project specific
/test/output/*
Expand Down
Loading

0 comments on commit b06be97

Please sign in to comment.