Skip to content

Commit

Permalink
Removed automatic generation of documentation, added dest to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed May 22, 2019
1 parent de37627 commit f377f31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ignore esdocs documentation.
/docs/esdocs/

# Logs
logs
*.log
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"scripts": {
"lint": "eslint src/index.js \"test/**\" --ext .js",
"pretest": "npm run lint; npm run docs",
"pretest": "npm run lint",
"test": "mocha",
"docs": "esdoc"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"esdoc": {
"source": "./src",
"destination": "./docs",
"destination": "./docs/esdocs",
"plugins": [
{
"name": "esdoc-standard-plugin"
Expand Down

0 comments on commit f377f31

Please sign in to comment.