Skip to content

Commit

Permalink
migrate renderer to npm, update deps, remove components from global n…
Browse files Browse the repository at this point in the history
…amespace
  • Loading branch information
SnosMe committed Nov 24, 2024
1 parent 6a78fee commit 73788f0
Show file tree
Hide file tree
Showing 30 changed files with 6,472 additions and 2,766 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn --frozen-lockfile
- run: npm ci
working-directory: ./renderer
- run: yarn make-index-files
- run: npm run make-index-files
working-directory: ./renderer
- run: yarn lint
- run: npm run lint
working-directory: ./renderer
- run: yarn build
- run: npm run build
working-directory: ./renderer
- uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit 73788f0

Please sign in to comment.