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