forked from mystiq/hydrogen-web
fix: use same tests as github actions
This commit is contained in:
parent
96c9ea8de7
commit
25b634bb78
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue