Cut staging from master #823

Merged
skhameneh merged 24 commits from master into staging 2018-12-14 23:53:07 +01:00
Showing only changes of commit 2b3cd54f30 - Show all commits

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 &