File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 " pastesnip"
1717 ],
1818 "scripts" : {
19- "start" : " SET NODE_ENV=production && node src/index.js" ,
20- "dev" : " SET NODE_ENV=development && nodemon src/index.js" ,
21- "test:unit" : " SET NODE_ENV=test && mocha ./tests/unit/*.js --exit --timeout 0" ,
22- "test:integration" : " SET NODE_ENV=test && mocha ./tests/integration/*.js --timeout 0 --exit"
19+ "start" : " set NODE_ENV=production && node src/index.js" ,
20+ "dev" : " set NODE_ENV=development && nodemon src/index.js" ,
21+ "test:unit" : " set NODE_ENV=test && mocha ./tests/unit/*.js --exit --timeout 0" ,
22+ "test:integration" : " set NODE_ENV=test && mocha ./tests/integration/*.js --timeout 0 --exit"
2323 },
2424 "dependencies" : {
2525 "@graphql-tools/load-files" : " ^6.6.1" ,
You can’t perform that action at this time.
0 commit comments