0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-21 21:03:00 -05:00

silly mistake

This commit is contained in:
dragongoose 2023-11-30 19:54:48 -05:00
parent b80c9bce83
commit e272bacbf6
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -13,7 +13,7 @@ steps:
image: docker.io/node:16
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
- npm run i
- npm i
- npm run build
when:
event: push