0
Fork 0
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:
Gao Sun 2022-11-11 12:58:27 +08:00
parent fb41eac950
commit b497aa8ad6
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
5 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: pnpm -r build run: pnpm -r build
- name: Package - name: Package
run: ./package.sh run: ./scripts/package.sh
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:

View file

@ -141,7 +141,7 @@ jobs:
run: pnpm -r build run: pnpm -r build
- name: Package - name: Package
run: ./package.sh run: ./scripts/package.sh
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1

View file

@ -28,7 +28,7 @@ jobs:
run: pnpm prepack run: pnpm prepack
- name: Lint with Report - 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 - name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@1.2.0 uses: ataylorme/eslint-annotate-action@1.2.0