We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ec450 commit 182a757Copy full SHA for 182a757
1 file changed
docs/package.json
@@ -12,7 +12,8 @@
12
"private": true,
13
"scripts": {
14
"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"
+ "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\""
17
},
18
"version": "1.0.0"
19
}
0 commit comments