Remove absolute paths

This commit is contained in:
CrazyMax
2020-04-08 00:26:27 +02:00
parent fbe3727991
commit 29273a44aa
129 changed files with 143 additions and 1009 deletions

View File

@@ -28,8 +28,8 @@ jobs:
-
name: Prune prod
run: |
rm -rf node_modules
npm install --production
npm run build-dep
npm run prune
-
name: Set up Git
env:

View File

@@ -48,9 +48,8 @@ jobs:
-
name: NPM production deps
run: |
rm -rf node_modules
sed -i '/node_modules/d' .gitignore
npm install --production
npm run build-dep
npm run prune
-
name: Commit and push changes
run: |

View File

@@ -25,8 +25,8 @@ jobs:
-
name: Prune prod
run: |
rm -rf node_modules
npm install --production
npm run build-dep
npm run prune
-
name: Check for uncommitted changes
run: |