Merge pull request #571 from devchat-ai/add_sonar_respec_submodule
refactor: Update git submodule initialization command
This commit is contained in:
commit
2f90648a16
@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init --recursive
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
|
2
tools
2
tools
@ -1 +1 @@
|
|||||||
Subproject commit 5a7d540858bb0ac987a6ff11218a6d09c662b2b0
|
Subproject commit 94b85be513e345ea859cf296b0c16ddf2ba2ea1f
|
@ -21,6 +21,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"test","gui"
|
"test","gui","tools"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user