Idme
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/13/head
Jef Roosens 2021-12-30 08:40:54 +01:00
parent 40d491284e
commit 63d9810f42
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 2 deletions

View File

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