Idme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2021-12-30 08:40:54 +01:00
parent 40d491284e
commit 63d9810f42
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -3,13 +3,13 @@ pipeline:
image: 'node:17.3.0'
commands:
- yarn install
- yarn run lint
# - yarn run lint
test:
image: 'node:17.3.0'
comands:
# Lint the code
- yarn run lint
# - yarn run lint
# Make sure the project can be built
- yarn run build