build: fix ng to npm run build
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m23s
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m23s
This commit is contained in:
parent
20e26fff6f
commit
7d0a51696f
@ -23,7 +23,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build Angular app
|
- name: Build Angular app
|
||||||
run: ng build
|
run: npm run build -- --prod
|
||||||
|
|
||||||
- name: Start ssh-agent
|
- name: Start ssh-agent
|
||||||
id: ssh-agent
|
id: ssh-agent
|
||||||
|
Loading…
Reference in New Issue
Block a user