Skip to content

Commit

Permalink
package in doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGlorias authored Nov 3, 2024
1 parent 28bd5fa commit b5c537a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: true
package_json_file: doc/package.json
- run: pnpm spectral
- run: pnpm lint
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
package_json_file: doc/package.json
run_install: true
- run: pnpm build
- run: pnpm bundle
Expand Down

0 comments on commit b5c537a

Please sign in to comment.