Skip to content

Commit

Permalink
fix: add npm run to build docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Dec 18, 2017
1 parent c1a27cf commit bb696e9
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 @@ -29,7 +29,7 @@
"prepare": "npm run build",
"commit": "commit",
"precommit": "lint-staged",
"build": "npm run build:es && npm run build:cjs && docs",
"build": "npm run build:es && npm run build:cjs && npm run docs",
"build:es": "cross-env BABEL_ENV=es babel src -q -d es",
"build:cjs": "cross-env BABEL_ENV=cjs babel src -q -d lib",
"docs": "documentation build --document-exported --project-version latest -g -f html src/api.js -o docs/",
Expand Down

0 comments on commit bb696e9

Please sign in to comment.