travis update

This commit is contained in:
thuhole
2020-07-21 19:39:43 +08:00
parent 74652c44ca
commit 8985c7b4a0
4 changed files with 30 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
"build": "react-scripts build",
"test": "echo 'skipped react-scripts test --env=jsdom'",
"predeploy": "",
"deploy": "gh-pages -d build -m $(TZ=Asia/Shanghai date +\"%y%m%d%H%M%S\")",
"deploy": "gh-pages -b $DEPLOY_BRANCH -d build -m $(TZ=Asia/Shanghai date +\"%y%m%d%H%M%S\")",
"eject": "react-scripts eject",
"lint": "eslint --fix src/*.js"
},