Helps if I don't delete the pipeline folder prior to collectstatic

This commit is contained in:
2021-01-30 03:26:09 +00:00
parent 9b341ea583
commit 1274140c39
2 changed files with 6 additions and 17 deletions

View File

@@ -36,6 +36,6 @@
"scripts": {
"gulp": "gulp",
"build": "node node_modules/gulp/bin/gulp build",
"heroku-cleanup": "rm -rf node_modules/ pipeline/ gulpfile.js"
"heroku-cleanup": "rm -rf node_modules/ pipeline/source_assets gulpfile.js"
}
}