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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue