mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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
|
||||
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