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