fix: Use run build instead of run

This commit is contained in:
Nikolai Rodionov 2023-04-18 09:49:45 +02:00
parent 84b9f233fd
commit cc9f349493
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -20,7 +20,7 @@ steps:
- cd clappr - cd clappr
- git checkout $GIT_TAG - git checkout $GIT_TAG
- npm install - npm install
- npm build - npm run build
- name: Upload the script - name: Upload the script
image: rclone/rclone:latest image: rclone/rclone:latest