CI fix correct command

This commit is contained in:
2020-05-17 14:10:58 +03:00
parent b712535042
commit 2908858c21

View File

@@ -21,4 +21,4 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm run build --if-present
- run: yarn run bundle --if-present