Skip to content

Commit

Permalink
build(docs): ignore tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Mar 14, 2024
1 parent c36f46b commit 2943fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"setup": "mkdir -p packages && ln -sfn ../../ ./packages/oauth2-server",
"lint": "standardx -v ./packages/oauth2-server | snazzy",
"lint:fix": "standardx -v --fix ./packages/oauth2-server | snazzy",
"build:docs": "jsdoc2md '../!(node_modules|coverage|test-proxy)/**/*.js' > ../API.md",
"build:docs": "jsdoc2md '../!(node_modules|coverage|tests|test-proxy)/**/*.js' > ../API.md",
"test": "METEOR_PACKAGE_DIRS='../' TEST_CLIENT=0 meteor test-packages --once --raw-logs --driver-package meteortesting:mocha ../",
"test:watch": "METEOR_PACKAGE_DIRS='../' TEST_CLIENT=0 TEST_WATCH=1 meteor test-packages --raw-logs --driver-package meteortesting:mocha ../",
"test:coverage": "BABEL_ENV=COVERAGE TEST_CLIENT=0 TEST_WATCH=1 COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=$(pwd)/ meteor test-packages --driver-package meteortesting:mocha ./packages/oauth2-server"
Expand Down

0 comments on commit 2943fe4

Please sign in to comment.