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 }}
- name: Test
run: |
npm install -g npm
npm install -g lerna
npm install
lerna bootstrap
npx lerna bootstrap
npm run test