|
@@ -1,7 +1,7 @@
|
|
|
/**
|
|
|
* this is the main configuration file of your bit workspace.
|
|
|
* for full documentation, please see: https://harmony-docs.bit.dev/workspace/configurations
|
|
|
- **/{
|
|
|
+ **/ {
|
|
|
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
|
|
|
/**
|
|
|
* main configuration of the Bit workspace.
|
|
@@ -55,9 +55,7 @@
|
|
|
}
|
|
|
},
|
|
|
"packageManagerArgs": [],
|
|
|
- "devFilePatterns": [
|
|
|
- "**/*.spec.ts"
|
|
|
- ],
|
|
|
+ "devFilePatterns": ["**/*.spec.ts"],
|
|
|
"strictPeerDependencies": true,
|
|
|
"installFromBitDevRegistry": true,
|
|
|
"savePrefix": ""
|
|
@@ -73,8 +71,8 @@
|
|
|
/**
|
|
|
* "*" is a special rule which applied on all components in the workspace.
|
|
|
**/
|
|
|
- "*": {}
|
|
|
- /*"{platformui*/ /**}": {
|
|
|
+ /* "*": {} */
|
|
|
+ "{platformui*/ /**}": {
|
|
|
"teambit.react/react": {},
|
|
|
"teambit.pkg/pkg": {
|
|
|
"packageManagerPublishArgs": ["--access public"],
|
|
@@ -86,6 +84,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
}
|
|
|
}
|