Skip to content

Commit

Permalink
build eslint before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 7, 2023
1 parent fe2e76f commit b2024eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -630,7 +630,7 @@ target.mocha = () => {

target.wdio = () => {
echo("Running unit tests on browsers");

target.webpack("production");
const lastReturn = exec(`${getBinFile("wdio")} run wdio.conf.js`);

if (lastReturn.code !== 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -112,7 +112,7 @@
"c8": "^7.12.0",
"chai": "^4.0.1",
"cheerio": "^0.22.0",
"chromedriver": "^112.0.0",
"chromedriver": "^114.0.0",
"common-tags": "^1.8.0",
"core-js": "^3.1.3",
"ejs": "^3.0.2",
Expand Down

0 comments on commit b2024eb

Please sign in to comment.