From 2f6dc1fb66f3ab6090628c8e1fca522eac8527e6 Mon Sep 17 00:00:00 2001 From: Surya Teja K Date: Tue, 9 Apr 2024 16:10:19 +0530 Subject: [PATCH] ci: fix Chrome "Missing X Server or $DISPLAY" error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf1d7c9..870f3d5e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "clean": "rimraf -f lib/**/index.{d.ts,js,js.map,metadata.json} demo/**/*.{d.ts,js,map,metadata.json} bundles schematics/**/*.{d.ts,js,map}", "link:lib": "rimraf node_modules/angular-datatables && linklocal", "demo:test": "ng test", - "demo:test-ci": "ng test --no-progress", + "demo:test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless", "lib:schematics:build": "tsc -p lib/schematics/tsconfig.json", "demo:build:prod": "ng build --configuration production --aot --base-href /angular-datatables/", "version": "npm run build && git add -A",