File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77 "build" : " rm -rf dist && tsc" ,
88 "watch" : " tsc -w & nodemon" ,
99 "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" ,
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=local AWS_XRAY_LOG_LEVEL=silent AWS_XRAY_CONTEXT_MISSING=LOG_ERROR npm run watch" ,
1111 "test-ci" : " npm test" ,
1212 "test:watch" : " npm test -- --watchAll" ,
1313 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments