electron-hot-reload
Version:
It is a simple method to restart your application.
46 lines (36 loc) • 623 B
YAML
language: node_js
node_js:
- node
os:
- linux
dist:
- bionic
services:
- docker
notifications:
email:
- 'info@valentineus.link'
cache:
yarn: true
directories:
- node_modules
install:
- git stash --all
- yarn install
- yarn run build
- npm pack
deploy:
- provider: npm
skip_cleanup: true
email: 'info@valentineus.link'
api_key: $NPM_PROJECT_TOKEN
on:
tags: true
- provider: releases
skip_cleanup: true
file_glob: true
file: 'electron-hot-reload-*.tgz'
email: 'info@valentineus.link'
api_key: $GITHUB_PROJECT_TOKEN
on:
tags: true