Remove script only used in CI
This commit is contained in:
parent
e5765cb902
commit
51a45b355d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- name: If this step fails run 'npm run format' then commit again.
|
- name: If this step fails run 'npm run format' then commit again.
|
||||||
run: npm run format:check
|
run: npm run _format --list-different
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
needs: test_lint
|
needs: test_lint
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"test:types": "tsc -p test/tsconfig.json --noEmit",
|
"test:types": "tsc -p test/tsconfig.json --noEmit",
|
||||||
"_format": "prettier '**/*.{ts,tsx,json,md}'",
|
"_format": "prettier '**/*.{ts,tsx,json,md}'",
|
||||||
"format": "yarn _format --write",
|
"format": "yarn _format --write",
|
||||||
"format:check": "yarn _format --list-different",
|
|
||||||
"link-in-app": "tsx scripts/link-in-app.ts",
|
"link-in-app": "tsx scripts/link-in-app.ts",
|
||||||
"build-storybook": "tsx scripts/build-storybook.ts",
|
"build-storybook": "tsx scripts/build-storybook.ts",
|
||||||
"dump-keycloak-realm": "tsx scripts/dump-keycloak-realm.ts"
|
"dump-keycloak-realm": "tsx scripts/dump-keycloak-realm.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user