Skip to content

Commit

Permalink
Merge pull request #13 from hildjj/frozen
Browse files Browse the repository at this point in the history
no-frozen-lockfile
  • Loading branch information
hildjj authored Sep 5, 2024
2 parents fb52827 + cd77269 commit 25a5de4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm pkg delete devDependencies
- run: pnpm i
- name: Rebuild pnpm-lock.yaml
run: pnpm i --no-frozen-lockfile
- run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion template/.github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- run: pnpm i -r
- run: npm run build
- run: npm pkg delete devDependencies
- run: pnpm i
- name: Rebuild pnpm-lock.yaml
run: pnpm i --no-frozen-lockfile
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 25a5de4

Please sign in to comment.