Skip to content

Commit

Permalink
Enable Recursion JSDoc Build Script & Broaden File Matching Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
christianechevarria committed Mar 22, 2019
1 parent 34025d4 commit f4add36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"source": {
"include": "./src",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Simple Node.js AI Library for Neural Network",
"main": "src/neataptic",
"scripts": {
"build": "node_modules/.bin/jsdoc -c jsdoc.json && git add . && git stash && git checkout gh-pages && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push && git checkout master",
"build": "node_modules/.bin/jsdoc -rc jsdoc.json && git add . && git stash && git checkout gh-pages && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push && git checkout master",
"test": "nyc --reporter=html --reporter=text mocha test/src.js",
"coverage": "nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov",
"test:forever": "nodemon ./node_modules/.bin/mocha --reporter spec test/"
Expand Down

0 comments on commit f4add36

Please sign in to comment.