diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 7087041..e7ffd42 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -33,7 +33,6 @@ jobs: interpreter: !DefaultInterpreter commands: | npm install - npm run build useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !BuildImageStep @@ -83,7 +82,6 @@ jobs: interpreter: !DefaultInterpreter commands: | npm install - npm run build useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !BuildImageStep