mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-02 21:32:15 +00:00
Run cleanup script from the right location
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
*.sqlite3
|
*.sqlite3
|
||||||
*.md
|
*.md
|
||||||
**/tests
|
**/tests
|
||||||
|
conftest.py
|
||||||
|
pytest.ini
|
||||||
|
Dockerfile
|
||||||
|
|||||||
3
app.json
3
app.json
@@ -2,8 +2,7 @@
|
|||||||
"name": "PyRIGS",
|
"name": "PyRIGS",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postdeploy": "python manage.py migrate && python manage.py generateSampleData",
|
"postdeploy": "python manage.py migrate && python manage.py generateSampleData"
|
||||||
"heroku-cleanup": "rm -rf node_modules pipeline"
|
|
||||||
},
|
},
|
||||||
"stack": "heroku-20",
|
"stack": "heroku-20",
|
||||||
"env": {
|
"env": {
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gulp": "gulp",
|
"gulp": "gulp",
|
||||||
"build": "node node_modules/gulp/bin/gulp build"
|
"build": "node node_modules/gulp/bin/gulp build",
|
||||||
|
"heroku-cleanup": "rm -rf node_modules/ pipeline/ gulpfile.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user