Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
AyronK committed Oct 2, 2024
1 parent de7f313 commit 6964ae6
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
cache-dependency-path: ${{ env.rootDir }}/package-lock.json
- run: npm i
check-latest: true
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
224 changes: 224 additions & 0 deletions packages/nextjs-cache-handler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/nextjs-cache-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@
"distTags": [
"next13.5",
"next14"
]
],
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
}
}

0 comments on commit 6964ae6

Please sign in to comment.