fix: ignore pro (#4928)

* fix: add script to ignore pro packages

* fix: ci bug
This commit is contained in:
jack zhang 2024-07-25 11:42:00 +08:00 committed by GitHub
parent ac3d6d91b7
commit 49cc5eda62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,8 @@
"version:alpha": "lerna version prerelease --preid alpha --force-publish=* --no-git-tag-version -m \"chore(versions): publish packages %s\"",
"release:force": "lerna publish from-package --yes --no-git-tag-version",
"release": "lerna publish",
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts"
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
"prepare": "[ -z \"$CI\" ] && echo \"packages/pro-plugins/\" > .git/info/exclude || true"
},
"resolutions": {
"@types/react": "^17.0.0",