Skip to content

Commit 73788f0

Browse files
committed
migrate renderer to npm, update deps, remove components from global namespace
1 parent 6a78fee commit 73788f0

30 files changed

+6472
-2766
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
19-
- run: yarn --frozen-lockfile
19+
- run: npm ci
2020
working-directory: ./renderer
21-
- run: yarn make-index-files
21+
- run: npm run make-index-files
2222
working-directory: ./renderer
23-
- run: yarn lint
23+
- run: npm run lint
2424
working-directory: ./renderer
25-
- run: yarn build
25+
- run: npm run build
2626
working-directory: ./renderer
2727
- uses: actions/upload-artifact@v4
2828
with:

0 commit comments

Comments
 (0)