Skip to content

Commit

Permalink
deploy 1
Browse files Browse the repository at this point in the history
  • Loading branch information
NolaDodd committed Jun 6, 2024
1 parent dbe1d1a commit c40716c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions back-end/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
3 changes: 2 additions & 1 deletion back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test:8": "npm run test -- us-08",
"test:drop-database": "node test/drop-database",
"test:start": "npx cross-env LOG_LEVEL=warn NODE_ENV=test npm run test:start:run",
"test:start:run": "run-s test:drop-database start "
"test:start:run": "run-s test:drop-database start ",
"seed:production": "NODE_ENV=production npm knex seed:run"
},
"keywords": [],
"author": "",
Expand Down
1 change: 1 addition & 0 deletions front-end/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down

0 comments on commit c40716c

Please sign in to comment.