mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
chore: update package.json version and publish script (#1678)
This commit is contained in:
@@ -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 }}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user