We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 65f10fd commit 799b500Copy full SHA for 799b500
package.json
@@ -71,7 +71,6 @@
71
"ts-node-dev": "^1.1.6"
72
},
73
"scripts": {
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": "concurrently \"npm:seed\" \"ts-node index.ts\"",
0 commit comments