mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
build: workspace
This commit is contained in:
+10
-3
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "1.0.0",
|
"command": {
|
||||||
"npmClient": "yarn"
|
"bootstrap": {
|
||||||
}
|
"npmClientArgs": [
|
||||||
|
"--no-package-lock"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"npmClient": "pnpm",
|
||||||
|
"version": "1.0.0"
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
packages:
|
||||||
|
# all packages in subdirs of packages/ and components/
|
||||||
|
- 'packages/**'
|
||||||
|
# exclude packages that are inside test directories
|
||||||
|
- '!**/test/**'
|
||||||
Reference in New Issue
Block a user