Skip to content

Commit

Permalink
Merge pull request #724 from acacode/yarn
Browse files Browse the repository at this point in the history
npm -> yarn
  • Loading branch information
smorimoto authored May 4, 2024
2 parents 3fd53ee + 651a67b commit e309efb
Show file tree
Hide file tree
Showing 9 changed files with 3,561 additions and 3,642 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
node-version: 22
check-latest: true

- name: Install npm packages
run: npm ci --ignore-scripts
- name: Install dependencies
run: yarn install --immutable

- name: Run the tests
run: npm run test-all
run: yarn test-all
16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
node_modules
.vscode
.idea
swagger-test-cli.*
/.yarn/*
!/.yarn/releases

/.idea/
/.vscode/
/dist/
/node_modules/

.env
swagger-test-cli
dist
.env
swagger-test-cli.*
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nodeLinker: node-modules

preferInteractive: true

yarnPath: .yarn/releases/yarn-4.2.1.cjs
Empty file modified index.js
100644 → 100755
Empty file.
Loading

0 comments on commit e309efb

Please sign in to comment.