Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
surelle-ha committed Jun 15, 2024
1 parent aa9343f commit afb984b
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 6 deletions.
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "set SERVER_ENV=development&& nodemon server.js",
"prod": "set SERVER_ENV=production&& nodemon server.js",
"db:up": "echo creating && npm run db:create && echo created && npm run db:migrate && echo migrated",
"db:reset": "npm run db:drop && npm run db:up",
"db:reset": "npm run db:drop && npm run db:up && npx sequelize db:seed:all",
"db:create": "npx sequelize db:create",
"db:drop": "[[ $NODE_ENV == production ]] && exit 1 || npx sequelize db:drop",
"db:migrate": "npx sequelize db:migrate",
Expand All @@ -30,6 +30,7 @@
"bcrypt": "^5.1.1",
"bs58": "^5.0.0",
"chalk": "^4.1.2",
"cls-rtracer": "^2.6.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
Expand Down
Loading

0 comments on commit afb984b

Please sign in to comment.