Skip to content

Commit 2e04b9c

Browse files
chore: fix ng build notation
1 parent dd2afe4 commit 2e04b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm install
4141

4242
- name: Build
43-
run: pnpm build -- --configuration production --base-href /qti-editor-angular/
43+
run: pnpm build --configuration production --base-href /qti-editor-angular/
4444

4545
- name: Setup Pages
4646
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)