-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan Ginsburg
committed
Mar 4, 2022
1 parent
4788113
commit 87c59fe
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
@@ -75,4 +75,4 @@ | |
"J Rob Gant <[email protected]>", | ||
"Jeff Cross <[email protected]>" | ||
] | ||
} | ||
} |