Skip to content

Commit

Permalink
Switch from yarn to npm for better dependency overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSD committed Feb 16, 2025
1 parent 2547116 commit e6781f5
Show file tree
Hide file tree
Showing 5 changed files with 2,310 additions and 1,296 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
yarn install
npm install
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build
run: |
cd /home/runner/work/config-template-card/config-template-card
yarn install
npm install
npm run build
- name: Upload as release
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules/
/yarn.lock
/.rpt2_cache/
package-lock.json
/dist
/dist/
Loading

0 comments on commit e6781f5

Please sign in to comment.