Improve ShaderLab compilation error log and package build (#2364)

* feat(shaderlab): [wip] optmize error log

* feat(shaderlab): multi package

* feat: add shaderlab verbose package

* feat: update readme

* fix: new scope when parse pass
This commit is contained in:
SwayYan
2024-10-16 17:41:27 +08:00
committed by GitHub
parent dbd17cf568
commit ab1ceb3bd7
47 changed files with 1022 additions and 583 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Install
run: pnpm install
- run: npm run build:editor
- run: npm run build
codecov:
runs-on: macos-latest
@@ -66,7 +66,7 @@ jobs:
- name: Install
run: pnpm install
- name: Build
run: npm run build:editor
run: npm run build
- name: Test
run: npm run test-cov
- name: Upload coverage to Codecov
@@ -96,7 +96,7 @@ jobs:
- name: Run Cypress Tests
uses: cypress-io/github-action@v5
with:
build: npm run build:editor
build: npm run build
start: npm run e2e:case
wait-on: "http://localhost:5175"
wait-on-timeout: 120