Fix typo
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 4m24s

This commit is contained in:
2023-12-02 22:53:50 -05:00
parent 9097e79bba
commit 68d7e7a956

View File

@@ -16,7 +16,7 @@ jobs:
with:
node-version: '20.x'
- name: Install dependencies
run: npm Install
run: npm install
- name: Install Quasar CLI
run: npm install -g @quasar/cli
- name: Build Project