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

Commit

Permalink
🔧 change the test run order, so lint first
Browse files Browse the repository at this point in the history
  • Loading branch information
byron authored and byronz committed Apr 11, 2019
1 parent 94dc132 commit 2dfb37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start": "webpack-serve ./webpack.serve.config.js --open",
"lint": "eslint src test",
"lint:py": "flake8 --ignore=E501,F401,F841,F811 test",
"test": "run-s -c test-unit test:py test:pyimport lint format:test lint:py",
"test": "run-s -c lint lint:py format:test test-unit test:py test:pyimport",
"test:py": "python -m unittest test.test_integration",
"test:pyimport": "python -m unittest test.test_dash_import",
"test-unit": "jest",
Expand Down

0 comments on commit 2dfb37a

Please sign in to comment.