We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c64bff commit e9d6a0bCopy full SHA for e9d6a0b
1 file changed
handwritten/nodejs-logging-winston/package.json
@@ -53,7 +53,9 @@
53
"generate-scaffolding": "repo-tools generate all --except lib_readme",
54
"lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/",
55
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
56
+ "presamples-test": "npm run compile",
57
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
58
+ "presystem-test": "npm run compile",
59
"system-test": "repo-tools test run --cmd mocha -- build/system-test/*.js --no-timeouts --bail -r source-map-support/register",
60
"test": "repo-tools test run --cmd mocha -- build/test/*.js -r source-map-support/register",
61
"check": "gts check",
0 commit comments