mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Simplify node build
This commit is contained in:
parent
b14cbd4963
commit
3fb26fab95
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -59,13 +59,11 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '15'
|
||||
- name: dependencies
|
||||
- name: build
|
||||
run: |
|
||||
cd src-ui/
|
||||
npm install -g @angular/cli
|
||||
npm install
|
||||
- name: build
|
||||
run: |
|
||||
ng build --prod
|
||||
# Build and push image to docker hub.
|
||||
buildx:
|
||||
|
Loading…
x
Reference in New Issue
Block a user