fix ci - but still dependency redundancies/structure is rough
This commit is contained in:
parent
b148a8ff2e
commit
8c6fd659f3
|
@ -19,6 +19,12 @@ jobs:
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: yarn install
|
run: |
|
||||||
- run: yarn build-library
|
yarn install
|
||||||
- run: yarn test
|
cd src/lib
|
||||||
|
yarn install
|
||||||
|
cd ../components
|
||||||
|
yarn install
|
||||||
|
cd ../..
|
||||||
|
yarn build-library
|
||||||
|
yarn test
|
Loading…
Reference in New Issue