fix: use same tests as github actions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2022-08-16 16:47:23 +05:30
parent 96c9ea8de7
commit 25b634bb78
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -2,10 +2,10 @@ pipeline:
buildfrontend: buildfrontend:
image: node:14 image: node:14
commands: commands:
- yarn install - yarn install --prefer-offline --frozen-lockfile
- yarn test - yarn test
- yarn test:postcss - yarn run lint-ci
- yarn test:sdk - yarn run tsc
- yarn build - yarn build
deploy: deploy: