We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start
1 parent b4221d2 commit 65f10fdCopy full SHA for 65f10fd
package.json
@@ -74,7 +74,7 @@
74
"build": "npm run buildSchema",
75
"seed": "./node_modules/.bin/ts-node ./scripts/seed.ts",
76
"buildSchema": "./node_modules/.bin/ts-node ./scripts/buildSchema.ts",
77
- "start": "npm run seed && ts-node index.ts",
+ "start": "concurrently \"npm:seed\" \"ts-node index.ts\"",
78
"dev": "ts-node-dev index.ts",
79
"watch": "jest --watch",
80
"coverage": "jest --coverage --maxWorkers 2",
0 commit comments