mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
20 lines
319 B
YAML
20 lines
319 B
YAML
|
language: node_js
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
- /^greenkeeper/.*$/
|
||
|
cache:
|
||
|
yarn: true
|
||
|
directories:
|
||
|
- node_modules
|
||
|
notifications:
|
||
|
email: false
|
||
|
node_js:
|
||
|
- node
|
||
|
script:
|
||
|
- npm run test:prod && npm run build
|
||
|
after_success:
|
||
|
- npm run report-coverage
|
||
|
- npm run deploy-docs
|
||
|
- npm run semantic-release
|