Update main.yml

This commit is contained in:
mathuo 2020-10-15 22:07:41 +01:00 committed by GitHub
parent ce8dc27047
commit 27d58873da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
node-version: '14.x'
- run: npm install -g gulp
- run: npm install -g lerna
- run: lerna bootstrap
- run: npm run build
working-directory: ./packages/splitview
- run: npm test