forked from mystiq/hydrogen-web
13 lines
262 B
YAML
13 lines
262 B
YAML
pipeline:
|
|
buildfrontend:
|
|
image: node
|
|
commands:
|
|
- yarn install
|
|
- yarn lint-ci
|
|
- yarn test
|
|
- yarn test:postcss
|
|
- yarn test:sdk
|
|
- yarn build
|
|
- make ci-deploy
|
|
secrets: [ STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY ]
|
|
|