Skip to content

Commit

Permalink
landscaper: Add a cycle detection script to test process
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Oct 3, 2017
1 parent 158aa93 commit 4538523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"can-dom-events": "^1.0.2"
},
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"fixpack": "^2.3.1",
"jshint": "^2.9.1",
"steal": "^1.3.1",
Expand Down Expand Up @@ -43,8 +44,9 @@
"jshint": "jshint ./*.js --config",
"lint": "fixpack && npm run jshint",
"preversion": "npm test && npm run build",
"test": "npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox"
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"steal": {
"main": "can-event-dom-enter",
Expand Down

0 comments on commit 4538523

Please sign in to comment.