Move diff-circular-deps to dedicated script (#6123)
* Move diff-circular-deps to dedicated script * Update package.json Co-authored-by: Jace Browning <jacebrowning@gmail.com> * Fix ci --------- Co-authored-by: Jace Browning <jacebrowning@gmail.com>
This commit is contained in:
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
mkdir rust/kcl-lib/bindings
|
||||
cp -r prepared-ts-rs-bindings/* rust/kcl-lib/bindings/
|
||||
|
||||
- run: yarn diff-circular-deps
|
||||
- run: yarn circular-deps:diff
|
||||
|
||||
python-codespell:
|
||||
runs-on: ubuntu-22.04
|
||||
|
Reference in New Issue
Block a user