Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
npm test shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jan 10, 2019
1 parent 37febab commit 173510e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"build:js-dev": "webpack --mode development",
"build:py": "node ./extract-meta src/components > dash_html_components/metadata.json && cp package.json dash_html_components && npm run generate-python-classes",
"build:all": "npm run build:js && npm run build:js-dev && npm run build:py",
"build:watch": "watch 'npm run build:all' src"
"build:watch": "watch 'npm run build:all' src",
"test": "python -m unittest tests.test_dash_html_components && python -m unittest tests.test_integration && python -m unittest tests.test_dash_import"
},
"author": "Chris Parmer <chris@plot.ly>",
"dependencies": {
Expand Down

0 comments on commit 173510e

Please sign in to comment.