Skip to content

Commit

Permalink
chore(scripts): minor fixes for pkg 'doc' script
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 9, 2019
1 parent f68014f commit 2b65645
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 @@ -8,7 +8,7 @@
"scripts": {
"serve": "webpack-dev-server",
"build": "node ./build/bin.js",
"doc": "rm -rf ./docs/* & jsdoc src -r README.md -d ./docs -t ./node_modules/docdash",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "node ./build/bin.js & standard-version"
},
"repository": {
Expand Down

0 comments on commit 2b65645

Please sign in to comment.