mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(ci): run pnpm publish with --no-git-checks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user