Skip to content
Permalink
Newer
Older
100644 25 lines (24 sloc) 386 Bytes
October 11, 2016 14:10
1
language: node_js
2
node_js:
March 19, 2018 13:48
5
install: yarn install --ignore-scripts
October 11, 2016 14:10
6
script:
7
- yarn run lint
8
- yarn run production
9
dist: trusty
10
October 11, 2016 14:10
11
cache:
12
yarn: true
October 11, 2016 14:10
13
directories:
14
- node_modules
15
before_deploy:
16
- rm .gitignore
18
provider: pages
19
skip_cleanup: true
20
github_token: $GITHUB_TOKEN
21
keep_history: true
22
local_dir: build
23
on:
24
branch: master
25
node_js: "node"