webui/Makefile 🔗
@@ -6,6 +6,7 @@ install:
test:
npm run lint
+ CI=true npm run test
build:
npm run build
Quentin Gliech created
webui/Makefile | 1 +
1 file changed, 1 insertion(+)
@@ -6,6 +6,7 @@ install:
test:
npm run lint
+ CI=true npm run test
build:
npm run build