Skip to content

Commit

Permalink
build: Fix command for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Dec 18, 2017
1 parent 7827542 commit ba02c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build:babel": "cross-env BABEL_ENV=production babel src --out-dir lib",
"build:umd": "webpack lib browser/elastic-builder.min.js",
"build:docs": "documentation build src/index.js --github -o docs -f html -c ./docs/documentation.yml --name elastic-builder",
"build:docs": "documentation build src/index.js --github -o docs -f html -c ./docs/documentation.yml",
"build": "npm run build:babel && npm run build:umd && npm run build:docs",
"lint": "eslint src test",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit ba02c2c

Please sign in to comment.