From df61b37de403281c71b3727e8087575e5ece7ab2 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Fri, 20 Dec 2024 12:55:12 +0100 Subject: [PATCH] f --- Makefile | 2 +- e2e.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75c3748db..61388dbab 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ bundlesize: ./node_modules/.bin/bundlesize bundle: - node bundle.cjs + node bundle.js size: make bundle diff --git a/e2e.config.js b/e2e.config.js index 2fe514aec..60e5de42d 100644 --- a/e2e.config.js +++ b/e2e.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { failFast: true, serial: true, babel: {