mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
8 lines
79 B
Bash
8 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
cd src-ui
|
||
|
|
npm install
|
||
|
|
./node_modules/.bin/ng build --prod
|