We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95540c commit d6afe34Copy full SHA for d6afe34
1 file changed
handwritten/logging-bunyan/package.json
@@ -42,7 +42,7 @@
42
"presystem-test": "npm run compile",
43
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
44
"system-test": "mocha build/system-test --timeout 600000",
45
- "test": "c8 mocha --recursive build/test",
+ "test": "cross-env NODE_OPTIONS='--no-deprecation' c8 mocha --recursive build/test",
46
"clean": "gts clean",
47
"compile": "tsc -p .",
48
"postcompile": "cpy \"src/types/*\" build/src/types",
@@ -69,6 +69,7 @@
69
"bunyan": "^1.8.12",
70
"c8": "^9.0.0",
71
"codecov": "^3.0.2",
72
+ "cross-env": "^7.0.3",
73
"cpy-cli": "^4.0.0",
74
"delay": "^5.0.0",
75
"express": "^4.16.3",
0 commit comments