migrate renderer to npm, update deps, remove components from global namespace

This commit is contained in:
Alexander Drozdov
2024-11-24 23:59:08 +02:00
parent 6a78fee109
commit 73788f07bb
30 changed files with 6472 additions and 2766 deletions
+4 -4
View File
@@ -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: