mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
No longer include dev files when packaging the app
This commit is contained in:
22
package.json
22
package.json
@@ -6,9 +6,9 @@
|
||||
"scripts": {
|
||||
"start": "electron . --dev",
|
||||
"build": "electron-builder",
|
||||
"lint": "eslint {**/modules/**/*.js,/*.js} && eslint **/renderer/*.js",
|
||||
"lint": "eslint {**/modules/**/*.js,/*.js} && eslint renderer/*.js",
|
||||
"test": "jest --coverage",
|
||||
"quick-test": "jest && eslint {**/modules/**/*.js,/*.js} && eslint **/renderer/*.js"
|
||||
"quick-test": "jest && eslint {**/modules/**/*.js,/*.js} && eslint renderer/*.js"
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
@@ -65,7 +65,11 @@
|
||||
"!.github${/*}",
|
||||
"!ytdlgui_demo.gif",
|
||||
"!appimage-fix.js",
|
||||
"!userSettings"
|
||||
"!userSettings",
|
||||
"!coverage",
|
||||
"!tests",
|
||||
"!codecov.yaml",
|
||||
"!**/.eslintrc.js"
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
@@ -82,7 +86,11 @@
|
||||
"!.github${/*}",
|
||||
"!ytdlgui_demo.gif",
|
||||
"!appimage-fix.js",
|
||||
"!userSettings"
|
||||
"!userSettings",
|
||||
"!coverage",
|
||||
"!tests",
|
||||
"!codecov.yaml",
|
||||
"!.eslintrc.js"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
@@ -106,7 +114,11 @@
|
||||
"!.github${/*}",
|
||||
"!ytdlgui_demo.gif",
|
||||
"!appimage-fix.js",
|
||||
"!userSettings"
|
||||
"!userSettings",
|
||||
"!coverage",
|
||||
"!tests",
|
||||
"!codecov.yaml",
|
||||
"!.eslintrc.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user