Specify javascript build target

This commit is contained in:
Sonny Bakker 2025-05-05 15:14:54 +02:00
parent 91949622b7
commit 433ff9413d

View file

@ -7,4 +7,4 @@ steps:
- image: node:lts-alpine - image: node:lts-alpine
commands: commands:
- npm install - npm install
- npm run build - npm run build:prod