This commit is contained in:
Suchin Sapphasitthatha 2024-12-16 16:57:55 +00:00
parent 638fbb2248
commit a3da32fa52

View file

@ -33,7 +33,6 @@ jobs:
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: | commands: |
npm install npm install
npm run build
useTTY: true useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !BuildImageStep - !BuildImageStep
@ -83,7 +82,6 @@ jobs:
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: | commands: |
npm install npm install
npm run build
useTTY: true useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !BuildImageStep - !BuildImageStep