Update circle config

* npm run build missing from config.
This commit is contained in:
meyerhot95 2023-01-25 13:12:30 -05:00 committed by GitHub
parent 52250a0563
commit 37a1f0118d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ commands:
name: Setup name: Setup
command: | command: |
npm install npm install
npm run build
jobs: jobs:
build-and-deploy: build-and-deploy:
@ -66,4 +67,4 @@ workflows:
- master - master