Skip to content

Commit c06805f

Browse files
rasouzamathiasberggren
authored andcommitted
chore(api): 🔧 add db:seed to package.json
1 parent b0470fd commit c06805f

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

apps/api/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
"console": "npm run start -- --watch --entryFile repl",
1515
"db:deploy": "npx prisma migrate deploy",
1616
"db:migrate": "npx prisma migrate dev",
17+
"db:seed": "npx prisma db seed",
1718
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
18-
"start": "nest start",
19-
"start:debug": "nest start --debug --watch",
20-
"start:dev": "vite",
21-
"start:prod": "node dist/main",
2219
"test": "jest",
2320
"test:cov": "jest --coverage",
2421
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",

yarn.lock

+17
Original file line numberDiff line numberDiff line change
@@ -2184,6 +2184,11 @@
21842184
find-up "^5.0.0"
21852185
js-yaml "^4.1.0"
21862186

2187+
"@faker-js/faker@^8.4.1":
2188+
version "8.4.1"
2189+
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-8.4.1.tgz#5d5e8aee8fce48f5e189bf730ebd1f758f491451"
2190+
integrity sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==
2191+
21872192
"@gar/promisify@^1.0.1":
21882193
version "1.1.3"
21892194
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
@@ -8641,6 +8646,13 @@ find-yarn-workspace-root@~2.0.0:
86418646
dependencies:
86428647
micromatch "^4.0.2"
86438648

8649+
fishery@^2.2.2:
8650+
version "2.2.2"
8651+
resolved "https://registry.yarnpkg.com/fishery/-/fishery-2.2.2.tgz#94d3d9380295dd3ce555021e9353c5348b8beb77"
8652+
integrity sha512-jeU0nDhPHJkupmjX+r9niKgVMTBDB8X+U/pktoGHAiWOSyNlMd0HhmqnjrpjUOCDPJYaSSu4Ze16h6dZOKSp2w==
8653+
dependencies:
8654+
lodash.mergewith "^4.6.2"
8655+
86448656
flat-cache@^3.0.4:
86458657
version "3.2.0"
86468658
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -11515,6 +11527,11 @@ lodash.merge@^4.6.2:
1151511527
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
1151611528
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
1151711529

11530+
lodash.mergewith@^4.6.2:
11531+
version "4.6.2"
11532+
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
11533+
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
11534+
1151811535
lodash.sortby@^4.7.0:
1151911536
version "4.7.0"
1152011537
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"

0 commit comments

Comments
 (0)