25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"version": "2.27.4",
|
|
"npmClient": "yarn",
|
|
"packages": [
|
|
"packages/*",
|
|
"!packages/account-portal",
|
|
"packages/account-portal/packages/*"
|
|
],
|
|
"useNx": true,
|
|
"concurrency": 20,
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md",
|
|
"*.txt",
|
|
"test/**",
|
|
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
|
|
"@(!(built-in-modules|built-ins|plugins|package)).json"
|
|
]
|
|
},
|
|
"run": {
|
|
"loadEnvFiles": false
|
|
}
|
|
}
|
|
} |