Idme
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
40d491284e
commit
63d9810f42
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue