Merge pull request #65 from fsih/yaml3

Attempt 3 at fixing npm deploy
This commit is contained in:
DD Liu 2017-10-16 11:28:42 -04:00 committed by GitHub
commit 7705be1ce0
2 changed files with 1 additions and 4 deletions

View file

@ -12,11 +12,9 @@ install:
- npm --production=false install
- npm --production=false update
before_deploy:
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
- git config --global user.name $(git log --pretty=format:"%an" -n1)
- VPKG=$($(npm bin)/json -f package.json version)
- export VERSION=${VPKG/%?/}$(date +%Y%m%d%H%M%S)
- npm --no-git-tag-version version $VERSION
deploy:
- provider: script
on:

View file

@ -50,7 +50,6 @@
"gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",
"html-webpack-plugin": "2.30.0",
"jest": "^20.0.4",
"json": "^9.0.6",
"keymirror": "0.1.1",
"lodash.bindall": "4.4.0",
"lodash.defaultsdeep": "4.6.0",