Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jun 19, 2023
1 parent b65e87c commit e03f5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"start:example": "cd example && pnpm i && pnpm start",
"serve:example": "cd example && pnpm i && pnpm serve",
"test": "pnpm jest",
"test:e2e": "playwright test e2e-test"
"test:e2e": "playwright test e2e-test",
"start-publish": "npm run build && npm publish --access public --no-git-checks --provenance --registry=https://registry.npmjs.org"
},
"files": [
"README.md",
Expand Down

0 comments on commit e03f5f1

Please sign in to comment.