mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
fix(ci): run pnpm publish with --no-git-checks
This commit is contained in:
parent
30667714c0
commit
07a5f505d9
@ -113,8 +113,8 @@
|
||||
"pipe": true
|
||||
},
|
||||
{
|
||||
"command": "pnpm publish --access public --loglevel silly --tag next --provenance",
|
||||
"dryRunCommand": "npm publish --dry-run --access public --provenance",
|
||||
"command": "pnpm publish --access public --loglevel silly --tag next --provenance --no-git-checks",
|
||||
"dryRunCommand": "npm publish --dry-run --access public --provenance --no-git-checks",
|
||||
"pipe": true
|
||||
},
|
||||
{
|
||||
|
@ -38,7 +38,7 @@
|
||||
"scripts": {
|
||||
"build": "rollup -c --configPlugin typescript",
|
||||
"npm-pack": "pnpm build && cd ./dist && npm pack",
|
||||
"npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next",
|
||||
"npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks",
|
||||
"ts:check": "tsc --noEmit",
|
||||
"eslint:check": "eslint src/**.ts",
|
||||
"eslint:fix": "eslint src/**.ts --fix"
|
||||
|
Loading…
Reference in New Issue
Block a user