Skip to content

Commit

Permalink
fix: theming not building
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Oct 3, 2023
1 parent dc0fc79 commit af5268b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container/theme/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ apt install nodejs -y

# Build
npm ci --omit dev
su www-data -s npm run prod
npm config set cache /tmp --global
su www-data -s /usr/bin/npm run prod

# Cleanup
npm cache clean --force
Expand Down

0 comments on commit af5268b

Please sign in to comment.