Skip to content

Commit

Permalink
ci: fix Chrome "Missing X Server or $DISPLAY" error
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Apr 9, 2024
1 parent 05566d5 commit 2f6dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f6dc1f

Please sign in to comment.