💚 Update build command to yarn build instead of yarn dev

This commit is contained in:
RaviAnand Mohabir 2021-05-23 17:47:52 +02:00
parent 76056c576f
commit 1161dc10d7

View File

@ -13,7 +13,7 @@ jobs:
with: with:
node-version: 10 node-version: 10
- run: yarn install - run: yarn install
- run: yarn dev - run: yarn build
- uses: JS-DevTools/npm-publish@v1 - uses: JS-DevTools/npm-publish@v1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}