Fix typo in build step

This commit is contained in:
Callum Loh 2023-03-24 18:31:06 +00:00
parent 12e8d70cb1
commit 01256df85d

View file

@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm build
- run: npm run build
deploy:
if: ${{ github.event_name == 'workflow_dispatch' }}