diff --git a/.woodpecker.yml b/.woodpecker.yml index 8ce454b..c06da33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -42,8 +42,8 @@ pipeline: commands: - cd scripts - npm install - - npm build - - TOKEN=$API_KEY npm start + - npm run build + - TOKEN=$API_KEY npm run start # - python todo.py --token"$API_KEY" --commit "CI_COMMIT_REF" --pr "$CI_COMMIT_PULL_REQUEST" when: event: pull_request