Merge branch 'dev' of github.com:smart-chain-fr/leCoffre into dev
This commit is contained in:
commit
410cc6f7cd
@ -21,7 +21,7 @@
|
||||
"build": "tsc",
|
||||
"start": "node ./dist/entries/App.js",
|
||||
"cron": "node ./dist/entries/Cron.js",
|
||||
"api:start": "npm run migrate && npm run start",
|
||||
"api:start": "npm run build-db && npm run migrate && npm run seed && npm run start",
|
||||
"dev": "nodemon -V",
|
||||
"format": "prettier --write src",
|
||||
"migrate:test": "dotenv -e .env.test -- npx prisma migrate deploy",
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user