Skip to content

Commit

Permalink
Merge pull request #2948 from kanade012/move
Browse files Browse the repository at this point in the history
[refactor] @planetarium 경로 수정 및 publish.yml 수정
  • Loading branch information
moreal authored Oct 26, 2024
2 parents d9616ac + 15ad9fb commit 3780cd7
Show file tree
Hide file tree
Showing 64 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
version: 9
run_install: |
recursive: true
cwd: "@planetarium"
cwd: "integrations/javascript/@planetarium"
- name: Build Lib9c.Tools
run: dotnet build .Lib9c.Tools/Lib9c.Tools.csproj
- run: pnpm -r build
working-directory: "@planetarium/lib9c"
working-directory: "integrations/javascript/@planetarium/lib9c"
- run: pnpm -r fmt:ci
working-directory: "@planetarium/lib9c"
working-directory: "integrations/javascript/@planetarium/lib9c"
- run: pnpm -r test
working-directory: "@planetarium/lib9c"
working-directory: "integrations/javascript/@planetarium/lib9c"

release:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
jsr:
uses: planetarium/.github/.github/workflows/publish_jsr.yaml@bfb34283b538003768d19bff9ea05bcbd709d643
with:
workspace_directory: "@planetarium"
working_directory: "@planetarium/lib9c"
workspace_directory: "integrations/javascript/@planetarium"
working_directory: "integrations/javascript/@planetarium/lib9c"
pnpm_version: "9"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export function runTests(name: string, cases: PolymorphicAction[]) {
"..",
"..",
"..",
"..",
"..",
".Lib9c.Tools",
"Lib9c.Tools.csproj",
),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3780cd7

Please sign in to comment.