chore: fix CI tests

This commit is contained in:
Jeff Williams 2023-09-01 19:46:30 -07:00
parent 64756c53e2
commit 418b5335ea
No known key found for this signature in database

View File

@ -57,8 +57,6 @@ jobs:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- name: Test - name: Test
run: | run: |
npm install -g npm
npm install -g lerna
npm install npm install
lerna bootstrap npx lerna bootstrap
npm run test npm run test