aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/package.json')
-rw-r--r--packages/merchant-backoffice-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json
index dc5668933..56621e783 100644
--- a/packages/merchant-backoffice-ui/package.json
+++ b/packages/merchant-backoffice-ui/package.json
@@ -9,7 +9,7 @@
"check": "tsc",
"compile": "tsc && ./build.mjs",
"dev": "preact watch --port ${PORT:=8080} --no-sw --no-esm",
- "test": "mocha --require source-map-support/register 'dist/**/*.test.js' 'dist/**/test.js'",
+ "test": "./test.mjs && mocha --require source-map-support/register 'dist/**/*.test.js' 'dist/**/test.js'",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"i18n:extract": "pogen extract",
"i18n:merge": "pogen merge",