Adapt start:x11:dev script (#3700)

This doesn't actually change anything functionally, but with this we use
the same schema as for `start:wayland:dev` and `start:windows:dev`.
This commit is contained in:
Kristjan ESPERANTO
2025-01-19 16:29:28 +01:00
committed by GitHub
parent 77fe01175c
commit 53ac31dcf3
2 changed files with 6 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
"start:windows": ".\\node_modules\\.bin\\electron js\\electron.js",
"start:windows:dev": "npm run start:windows -- dev",
"start:x11": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
"start:x11:dev": "npm run start -- dev",
"start:x11:dev": "npm run start:x11 -- dev",
"test": "NODE_ENV=test jest -i --forceExit",
"test:calendar": "node ./modules/default/calendar/debug.js",
"test:coverage": "NODE_ENV=test jest --coverage -i --verbose false --forceExit",