Fix test authConfig.json

This commit is contained in:
Shawn 2018-12-10 00:20:39 -06:00
parent 22cfb33409
commit 2b3cd54f30

View file

@ -37,7 +37,7 @@ jobs:
script:
- cp ./cli/defaults/* ./site/config/
- |
echo \'{ "sessionKey": "session", "masterPassword": false }\' > ./site/private/authConfig.json
echo '{ "sessionKey": "session", "masterPassword": false }' > ./site/private/authConfig.json
# - npm run fix
- npm run build
- npm start &