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

Remove events #89

Merged
merged 15 commits into from
Jan 15, 2019
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update the circleci config to also use this.

python -m unittest tests.test_dash_html_components

},
"author": "Chris Parmer <chris@plot.ly>",
"dependencies": {
Expand Down