Initial commit
This commit is contained in:
15
skills/working-in-monorepos/examples/schemaflow.json
Normal file
15
skills/working-in-monorepos/examples/schemaflow.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"root": "/Users/josh/workspace/schemaflow",
|
||||
"subprojects": {
|
||||
"ruby": {
|
||||
"path": "ruby",
|
||||
"type": "ruby",
|
||||
"description": "Ruby library"
|
||||
},
|
||||
"cli": {
|
||||
"path": "cli",
|
||||
"type": "node",
|
||||
"description": "CLI tool"
|
||||
}
|
||||
}
|
||||
}
|
||||
31
skills/working-in-monorepos/examples/zenpayroll.json
Normal file
31
skills/working-in-monorepos/examples/zenpayroll.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"root": "/Users/josh/workspace/zenpayroll",
|
||||
"subprojects": {
|
||||
"root": {
|
||||
"path": ".",
|
||||
"type": "ruby",
|
||||
"description": "Main Rails application"
|
||||
},
|
||||
"gusto-deprecation": {
|
||||
"path": "components/gusto-deprecation",
|
||||
"type": "ruby",
|
||||
"description": "Gusto deprecation component gem"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"rubocop": {
|
||||
"location": "root",
|
||||
"description": "Always run from repo root"
|
||||
},
|
||||
"rspec": {
|
||||
"location": "subproject",
|
||||
"command": "bundle exec rspec",
|
||||
"overrides": {
|
||||
"root": {
|
||||
"command": "bin/rspec",
|
||||
"description": "Root project uses bin/rspec wrapper"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user