fix(workflow): cd properly

This commit is contained in:
Daniel Thompson-Yvetot
2019-12-15 00:17:37 +01:00
parent d54a534cdd
commit a654d96128

View File

@@ -15,6 +15,7 @@ jobs:
node-version: 12.x
- name: Install and build
run: |
cd docs-generator
yarn install --frozen-lockfile
yarn test
quasar build -m ssr
yarn quasar build -m ssr