Skip to content

Commit

Permalink
chore: move from yarn to npm, fix templates for Daisy UI upgrade (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug authored May 14, 2024
1 parent 2f6ea22 commit 3a8469a
Show file tree
Hide file tree
Showing 13 changed files with 6,656 additions and 3,527 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
schedule:
interval: "weekly"

# Maintain dependencies for npm (yarn is supported)
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm

- name: Install dependencies
run: pdm install -v && pdm info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm
- name: "Build wheel and sdist"
run: pdm build
- name: "Upload wheel and sdist"
Expand Down
Loading

0 comments on commit 3a8469a

Please sign in to comment.