Newer
Older
default:
image: node:12.16.1
cache:
paths:
- node_modules/
- .yarn
build:
script:
- yarn install && yarn test && yarn build
default:
image: node:12.16.1
cache:
paths:
- node_modules/
- .yarn
build:
script:
- yarn install && yarn test && yarn build