fix windows compat

This commit is contained in:
svlandeg 2020-08-17 14:48:58 +02:00
parent 319692aa53
commit 6b6f7f3e73

View File

@ -60,7 +60,7 @@
"clear": "rm -rf .cache", "clear": "rm -rf .cache",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"python:install": "pip install setup/requirements.txt", "python:install": "pip install setup/requirements.txt",
"python:setup": "cd setup && ./setup.sh" "python:setup": "cd setup && sh setup.sh"
}, },
"devDependencies": { "devDependencies": {
"@sindresorhus/slugify": "^0.8.0", "@sindresorhus/slugify": "^0.8.0",