Build-Hook auf npm install umstellen
This commit is contained in:
parent
49f28b2762
commit
d9e54a6ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export PATH="/usr/local/bin:/usr/bin:/bin:$PATH"
|
|||
git --work-tree="$WORKTREE" checkout -f main
|
||||
|
||||
cd "$WORKTREE"
|
||||
npm ci
|
||||
npm install --no-audit --no-fund
|
||||
npm run build
|
||||
|
||||
# Fertige Dateien in den DocumentRoot spiegeln (--delete entfernt Altes).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue