fix: Use run build
instead of run
This commit is contained in:
parent
84b9f233fd
commit
cc9f349493
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user