Right, not a bash script

This commit is contained in:
Marquis Kurt 2019-12-23 11:53:08 -05:00
parent 760ac9ddd0
commit 5e89034702
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ jobs:
node-version: 10.x
- name: Modify config.json
run: |
replacer=$(cat public/config.json | grep "location")
echo $replacer
sed -i "s/$replacer/\"location\": \"desktop"/g" public/config.json;
sed -i "s/$(cat public/config.json | grep "location")/\"location\": \"desktop"/g" public/config.json;
- name: Install dependencies and build
run: |
npm install