0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

add install

This commit is contained in:
dragongoose 2023-09-16 11:50:09 -04:00
parent 1a5a81dfae
commit d746081ef1
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -3,6 +3,7 @@ steps:
image: docker.io/node:16
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
- npm i
- npm run lint
build:
image: docker.io/node:16