mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
Prepare migration for sandboxing (path.join in preload)
This commit is contained in:
@ -67,8 +67,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test:debug": "DEBUG=pw:browser* playwright test",
|
||||
"test": "NODE_ENV=test playwright test",
|
||||
"test:debug": "DEBUG=pw:browser* NODE_ENV=test playwright test",
|
||||
"start": "electron .",
|
||||
"start:debug": "ELECTRON_ENABLE_LOGGING=1 electron .",
|
||||
"icon": "rimraf assets/generated && electron-icon-maker --input=assets/youtube-music.png --output=assets/generated",
|
||||
|
||||
Reference in New Issue
Block a user