Skip to content

Commit f543801

Browse files
committed
build(npm): fix doc generation put back doc-rtl
1 parent ded45e1 commit f543801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"js-test": "phantomjs ./node_modules/qunit-phantomjs-runner/runner.js js/tests/index.html 60",
5151
"js-test-cloud": "ruby -r webrick -e \"s = WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd, :Logger => WEBrick::Log.new('/dev/null'), :AccessLog => []); trap('INT') { s.shutdown }; s.start\" & node build/saucelabs-unit-test.js",
5252
"js-vendor": "shx mkdir -p dist/js/vendor && shx cp node_modules/swiper/dist/js/swiper.min.js dist/js/vendor/ && shx cp -r js/vendor/* dist/js/vendor/",
53-
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
53+
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-rtl docs-compile docs-lint",
5454
"docs-compile": "bundle exec jekyll build",
5555
"postdocs-compile": "npm run docs-workbox-precache",
5656
"docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",

0 commit comments

Comments
 (0)