Skip to content

Commit

Permalink
ci: conduct unit tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 4, 2022
1 parent 4788113 commit 87c59fe
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 @@ -7,7 +7,7 @@
"lint": "standard",
"integration-test": "npx karma start examples/simple/karma.conf.js --single-run --browsers ChromeHeadless",
"unit-test": "npx mocha test/*",
"test": "npm run integration-test && npm run unit-test",
"test": "npm run unit-test && npm run integration-test",
"release": "semantic-release",
"commitlint": "commitlint"
},
Expand Down Expand Up @@ -75,4 +75,4 @@
"J Rob Gant <[email protected]>",
"Jeff Cross <[email protected]>"
]
}
}

0 comments on commit 87c59fe

Please sign in to comment.