Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 17, 2023
1 parent e0c4aec commit 19134b4
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: api/yarn.lock
checksum: 5d7b4cacad0bfd374905d91c8149b1bf543fea97c9dd73ba3cc41f09c1ad9148
checksum: 49a103a8c95426c1130039aa1d06d6ce25dbdc1b5c3d1639540cb46e50ee3781
- filename: app/ios/Podfile.lock
checksum: dcaf6d48f6e5fbd5e1eba52c4ddcdbb058170b00612ab4aeb862beeb5941d6a9
- filename: app/yarn.lock
Expand Down
7 changes: 4 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development npx sequelize-cli db:migrate && NODE_ENV=development nodemon ./src/index.js",
"start": "NODE_ENV=production npx sequelize-cli db:migrate && NODE_ENV=production node ./src/index.js",
"start:test": "NODE_ENV=test npx sequelize-cli db:migrate && NODE_ENV=test node ./src/index.js"
"dev": "NODE_ENV=development sequelize-cli db:migrate && NODE_ENV=development nodemon ./src/index.js",
"start": "NODE_ENV=production sequelize-cli db:migrate && NODE_ENV=production node ./src/index.js",
"start:test": "NODE_ENV=test sequelize-cli db:migrate && NODE_ENV=test node ./src/index.js"
},
"author": "",
"license": "Apache-2.0",
Expand All @@ -33,6 +33,7 @@
"pg-hstore": "^2.3.3",
"sanitize-html": "^2.7.0",
"sequelize": "^6.28.0",
"sequelize-cli": "^6.6.1",
"zod": "^3.13.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 19134b4

Please sign in to comment.