Merge pull request #289 from adithyaakrishna/fix/codeql

fix: fixed build command in codeql workflow
This commit is contained in:
Lucas Smith
2023-08-22 12:10:45 +10:00
committed by GitHub

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