We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964ccc commit 3954d9dCopy full SHA for 3954d9d
package.json
@@ -7,7 +7,7 @@
7
"build": "rm -rf dist && tsc",
8
"watch": "tsc -w & nodemon",
9
"start": "node dist/index.js",
10
- "start:dev": "NODE_ENV=local npm run build && rover supergraph compose --config ./local-supergraph-config.yaml > local-supergraph.graphql --elv2-license accept && NODE_ENV=development AWS_XRAY_LOG_LEVEL=silent AWS_XRAY_CONTEXT_MISSING=LOG_ERROR npm run watch",
+ "start:dev": "NODE_ENV=local npm run build && rover supergraph compose --config ./local-supergraph-config.yaml > local-supergraph.graphql --elv2-license accept && NODE_ENV=local AWS_XRAY_LOG_LEVEL=silent AWS_XRAY_CONTEXT_MISSING=LOG_ERROR npm run watch",
11
"test-ci": "npm test",
12
"test:watch": "npm test -- --watchAll",
13
"test": "jest",
0 commit comments