Skip to content

Commit

Permalink
💚 try to fix npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jul 20, 2024
1 parent c6c3290 commit 7f654d4
Show file tree
Hide file tree
Showing 3 changed files with 2,083 additions and 2,720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: lts/*

- run: npm ci
- run: npm ci --registry=https://registry.npmjs.org/
- run: npm run build-dev

- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: lts/*

- run: npm ci
- run: npm ci --registry=https://registry.npmjs.org/
- run: npm run build
- run: npm run release

Expand Down
Loading

0 comments on commit 7f654d4

Please sign in to comment.