mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +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
|
"pipe": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "pnpm publish --access public --loglevel silly --tag next --provenance",
|
"command": "pnpm publish --access public --loglevel silly --tag next --provenance --no-git-checks",
|
||||||
"dryRunCommand": "npm publish --dry-run --access public --provenance",
|
"dryRunCommand": "npm publish --dry-run --access public --provenance --no-git-checks",
|
||||||
"pipe": true
|
"pipe": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c --configPlugin typescript",
|
"build": "rollup -c --configPlugin typescript",
|
||||||
"npm-pack": "pnpm build && cd ./dist && npm pack",
|
"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",
|
"ts:check": "tsc --noEmit",
|
||||||
"eslint:check": "eslint src/**.ts",
|
"eslint:check": "eslint src/**.ts",
|
||||||
"eslint:fix": "eslint src/**.ts --fix"
|
"eslint:fix": "eslint src/**.ts --fix"
|
||||||
|
Loading…
Reference in New Issue
Block a user