Skip to content

Commit

Permalink
Update test:coverage and docs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleRomeo committed Oct 18, 2017
1 parent 7c0ba44 commit b3e5a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dev": "webpack-dev-server --open-page '.'",
"docs": "jsdoc --readme ./__jsDoc__/home_manifest.md -c .jsdocrc ",
"postdocs": "doxdox 'src/**/*.js' --layout github-wiki --output wiki.zip",
"docs:open": "opn ./docs/index.html",
"docs:open": "opn ./__docs__/index.html",
"format": "prettier --config .prettierrc --write \"src/**/*.js\"",
"lint": "eslint src",
"test": "jest",
"test:coverage": "jest --coverage",
"posttest:coverage": "opn ./coverage/lcov-report/index.html",
"posttest:coverage": "opn ./__coverage__/lcov-report/index.html",
"test:update": "jest -u",
"watch": "webpack --watch",
"semantic-release":
Expand Down

0 comments on commit b3e5a83

Please sign in to comment.