Skip to content

Commit 182a757

Browse files
committed
CCM-11192: docs should have no unit tests
1 parent 35ec450 commit 182a757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"private": true,
1313
"scripts": {
1414
"build": "JEKYLL_ENV=production bundle exec jekyll build --trace --config _config.yml,_config.version.yml",
15-
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace"
15+
"debug": "JEKYLL_ENV=development BUNDLE_GEMFILE=Gemfile bundle exec jekyll serve --config _config.yml,_config.dev.yml,_config.version.yml --limit_posts 100 --trace",
16+
"test:unit": "echo \"Documentation module has no unit tests\""
1617
},
1718
"version": "1.0.0"
1819
}

0 commit comments

Comments
 (0)