mirror of https://github.com/certd/certd
build: workspace
parent
0fca7dc3ce
commit
daa990ee96
13
lerna.json
13
lerna.json
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"useWorkspaces": true,
|
||||
"version": "1.0.0",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
"command": {
|
||||
"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/**'
|
Loading…
Reference in New Issue