Skip to content
Snippets Groups Projects
Commit c104db55 authored by Galen Long's avatar Galen Long
Browse files

setup:local works on windows shell

parent 8dd8c90b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"start": "node app/server.js",
"setup": "fly postgres connect -a YOURFLYPOSTGRESAPPNAME < setup.sql",
"start:local": "env-cmd node app/server.js",
"setup:local": "env-cmd psql -d postgres -c 'create database YOURFLYWEBAPPNAME' -f setup.sql"
"setup:local": "env-cmd psql -d postgres -c \"create database YOURFLYWEBAPPNAME\" -f setup.sql"
},
"dependencies": {
"env-cmd": "^10.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment