fix: use same tests as github actions

This commit is contained in:
Aravinth Manivannan 2022-08-16 16:47:23 +05:30
parent 96c9ea8de7
commit 25b634bb78
Signed by untrusted user: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 3 deletions

View File

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