mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
refactor: move scripts to .scripts/
This commit is contained in:
parent
fb41eac950
commit
b497aa8ad6
5 changed files with 3 additions and 3 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: pnpm -r build
|
||||
|
||||
- name: Package
|
||||
run: ./package.sh
|
||||
run: ./scripts/package.sh
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -141,7 +141,7 @@ jobs:
|
|||
run: pnpm -r build
|
||||
|
||||
- name: Package
|
||||
run: ./package.sh
|
||||
run: ./scripts/package.sh
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
2
.github/workflows/upload-annotations.yml
vendored
2
.github/workflows/upload-annotations.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: pnpm prepack
|
||||
|
||||
- name: Lint with Report
|
||||
run: pnpm -r --parallel lint:report && node merge-eslint-reports.js
|
||||
run: pnpm -r --parallel lint:report && node .scripts/merge-eslint-reports.js
|
||||
|
||||
- name: Annotate Code Linting Results
|
||||
uses: ataylorme/eslint-annotate-action@1.2.0
|
||||
|
|
Loading…
Reference in a new issue