mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(just): remove update_fixtures from just submodules (#7875)
It is replaced by `update-transformer-fixtures`
This commit is contained in:
parent
c0576faf80
commit
0f540ecc9f
2 changed files with 1 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -220,13 +220,10 @@ jobs:
|
||||||
save-cache: ${{ github.ref_name == 'main' }}
|
save-cache: ${{ github.ref_name == 'main' }}
|
||||||
tools: just
|
tools: just
|
||||||
|
|
||||||
- name: Update transformer fixtures
|
|
||||||
if: steps.filter.outputs.src == 'true'
|
|
||||||
run: node tasks/transform_conformance/update_fixtures.js
|
|
||||||
|
|
||||||
- name: Check Conformance
|
- name: Check Conformance
|
||||||
if: steps.filter.outputs.src == 'true'
|
if: steps.filter.outputs.src == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
just update-transformer-fixtures
|
||||||
just coverage
|
just coverage
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
||||||
|
|
|
||||||
1
justfile
1
justfile
|
|
@ -40,7 +40,6 @@ submodules:
|
||||||
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
|
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
|
||||||
just clone-submodule tasks/coverage/typescript https://github.com/microsoft/TypeScript.git d85767abfd83880cea17cea70f9913e9c4496dcc
|
just clone-submodule tasks/coverage/typescript https://github.com/microsoft/TypeScript.git d85767abfd83880cea17cea70f9913e9c4496dcc
|
||||||
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 37fd1774d13ef68abcc03775ceef0a91f87a57d7
|
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 37fd1774d13ef68abcc03775ceef0a91f87a57d7
|
||||||
node tasks/transform_conformance/update_fixtures.js
|
|
||||||
|
|
||||||
# Install git pre-commit to format files
|
# Install git pre-commit to format files
|
||||||
install-hook:
|
install-hook:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue