fix: fixed build command in codeql workflow

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-22 07:26:26 +05:30
committed by Mythie
parent 857a48b3d9
commit 399cf78508

View File

@ -34,7 +34,7 @@ jobs:
run: npm ci
- name: Build Documenso
run: npm build
run: npm run build
- name: Initialize CodeQL
uses: github/codeql-action/init@v2