Fix test authConfig.json
This commit is contained in:
parent
22cfb33409
commit
2b3cd54f30
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue