Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 017dde4

Browse files
committed
ci: fix Chrome "Missing X Server or $DISPLAY" error
1 parent 05566d5 commit 017dde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"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}",
99
"link:lib": "rimraf node_modules/angular-datatables && linklocal",
1010
"demo:test": "ng test",
11-
"demo:test-ci": "ng test --no-progress",
11+
"demo:test-ci": "ng test --no-progress --browsers ChromeHeadless",
1212
"lib:schematics:build": "tsc -p lib/schematics/tsconfig.json",
1313
"demo:build:prod": "ng build --configuration production --aot --base-href /angular-datatables/",
1414
"version": "npm run build && git add -A",

0 commit comments

Comments
 (0)