Skip to content

Commit e9d6a0b

Browse files
chore: compile before system and samples tests (#33)
1 parent 5c64bff commit e9d6a0b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

handwritten/nodejs-logging-winston/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
"generate-scaffolding": "repo-tools generate all --except lib_readme",
5454
"lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/",
5555
"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",
5657
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
58+
"presystem-test": "npm run compile",
5759
"system-test": "repo-tools test run --cmd mocha -- build/system-test/*.js --no-timeouts --bail -r source-map-support/register",
5860
"test": "repo-tools test run --cmd mocha -- build/test/*.js -r source-map-support/register",
5961
"check": "gts check",

0 commit comments

Comments
 (0)