Skip to content
Snippets Groups Projects
Commit 240a67ac authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: rename covid19 to flask_covid19

parent 6419be9f
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "test", "test": "test",
"postinstall": "cd src/covid19 && npm install && cd ../.." "postinstall": "cd src/flask_covid19 && npm install && cd ../.."
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"build:version": "node scripts/version.js", "build:version": "node scripts/version.js",
"docker:build": "node scripts/docker/docker-build.js", "docker:build": "node scripts/docker/docker-build.js",
"docker:run": "node scripts/docker/docker-run.js", "docker:run": "node scripts/docker/docker-run.js",
"postinstall": "../covid19/node_modules/.bin/grunt" "postinstall": "./node_modules/.bin/grunt"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment