Skip to content

Commit

Permalink
Remove lerna (#4368)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
elalish authored Aug 1, 2023
1 parent 6af7342 commit 8c09930
Show file tree
Hide file tree
Showing 34 changed files with 12,053 additions and 33,932 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/fidelity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@ jobs:
# - name: Lint TypeScript sources
# run: npm run lint

- name: Bootstrap packages
run: npm run bootstrap

- name: Build packages
run: |
./node_modules/.bin/lerna run --scope @google/model-viewer build --stream
./node_modules/.bin/lerna run --scope @google/model-viewer-render-fidelity-tools build --stream
npm run build --workspace=@google/model-viewer --workspace=@google/model-viewer-render-fidelity-tools
- name: Fidelity tests
uses: GabrielBB/xvfb-action@v1.0
with:
run: ./node_modules/.bin/lerna run --scope @google/model-viewer-render-fidelity-tools test --stream
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools
3 changes: 0 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
# - name: Lint TypeScript sources
# run: npm run lint

- name: Bootstrap packages
run: npm run bootstrap

- name: Build packages
run: npm run build

Expand Down
Loading

0 comments on commit 8c09930

Please sign in to comment.