chore: update package.json version and publish script (#1678)

This commit is contained in:
typicode
2026-01-20 23:44:50 +01:00
committed by GitHub
parent ae8bfc0e09
commit c44e0684f5
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,6 @@ jobs:
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- run: pnpm install
- run: pnpm publish --provenance --access public
- run: pnpm publish --provenance --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -1,6 +1,6 @@
{
"name": "json-server",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "",
"keywords": [],
"license": "SEE LICENSE IN ./LICENSE",