Skip to content

Commit

Permalink
fixes monorepo web package name
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJT committed Jun 29, 2024
1 parent 235fae5 commit ca790cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- uses: ./.github/actions/setup

- run: pnpm run --filter=web check
- run: pnpm turbo --filter=web build
- run: pnpm run --filter=@sva/web check
- run: pnpm turbo --filter=@sva/web build
# env:
# PUBLIC_GITHUB_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web",
"name": "@sva/web",
"version": "0.0.1",
"private": true,
"type": "module",
Expand Down

0 comments on commit ca790cd

Please sign in to comment.