Skip to content

Commit 8c09930

Browse files
authored
Remove lerna (#4368)
* move postinstall script to update package lock * removed lerna * build works * update scripts * fixed workspace selectors * fixed fidelity tests * fixed local modelviewer.dev * fix deployment
1 parent 6af7342 commit 8c09930

File tree

34 files changed

+12053
-33932
lines changed

34 files changed

+12053
-33932
lines changed

.github/workflows/fidelity-tests.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ jobs:
1919
# - name: Lint TypeScript sources
2020
# run: npm run lint
2121

22-
- name: Bootstrap packages
23-
run: npm run bootstrap
24-
2522
- name: Build packages
2623
run: |
27-
./node_modules/.bin/lerna run --scope @google/model-viewer build --stream
28-
./node_modules/.bin/lerna run --scope @google/model-viewer-render-fidelity-tools build --stream
24+
npm run build --workspace=@google/model-viewer --workspace=@google/model-viewer-render-fidelity-tools
2925
3026
- name: Fidelity tests
3127
uses: GabrielBB/[email protected]
3228
with:
33-
run: ./node_modules/.bin/lerna run --scope @google/model-viewer-render-fidelity-tools test --stream
29+
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools

.github/workflows/unit-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
# - name: Lint TypeScript sources
2424
# run: npm run lint
2525

26-
- name: Bootstrap packages
27-
run: npm run bootstrap
28-
2926
- name: Build packages
3027
run: npm run build
3128

0 commit comments

Comments
 (0)