fix ci - but still dependency redundancies/structure is rough

This commit is contained in:
adueck 2022-10-08 22:06:33 +05:00
parent b148a8ff2e
commit 8c6fd659f3
1 changed files with 9 additions and 3 deletions

View File

@ -19,6 +19,12 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install
- run: yarn build-library
- run: yarn test
run: |
yarn install
cd src/lib
yarn install
cd ../components
yarn install
cd ../..
yarn build-library
yarn test