Skip to content

Commit

Permalink
Chore: Update npm publish script with with provenance statements
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Feb 11, 2025
1 parent 047a733 commit dda2c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xior",
"version": "0.6.3",
"description": "A lite request lib based on fetch with plugin support and similar API to axios.",
"description": "A lite http request lib based on fetch with plugins support and similar API to axios.",
"repository": "suhaotian/xior",
"bugs": "https://github.com/suhaotian/xior/issues",
"homepage": "https://github.com/suhaotian/xior",
Expand Down Expand Up @@ -76,7 +76,7 @@
"build:umd": "pnpm build:lib && pnpm webpack --config ./scripts/webpack.config.mjs",
"test": "bunchee && pnpm --filter=xior-tests test",
"checktype": "tsc --noEmit",
"start-publish": "pnpm build && pnpm build:umd && node scripts/purge-pkg-for-publish.mjs && npm publish --registry=https://registry.npmjs.org",
"start-publish": "pnpm build && pnpm build:umd && node scripts/purge-pkg-for-publish.mjs && npm publish --access public --no-git-checks --provenance --registry=https://registry.npmjs.org",
"push": "git push && git lfs push --all origin",
"prepare": "is-ci || pnpm build && husky",
"checksize": "pnpm --filter=vite-example build"
Expand Down

0 comments on commit dda2c16

Please sign in to comment.