1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Removed unused npm scripts

This commit is contained in:
Michael Hollister 2025-01-31 16:43:15 -06:00
parent 211efbd385
commit 30b843f9e2

View file

@ -6,9 +6,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "rm -rf dist/ && webpack --config ./webpack.config.js", "build": "rm -rf dist/ && webpack --config ./webpack.config.js",
"test": "jest", "test": "echo \"Error: no test specified\" && exit 1"
"package": "electron-forge package",
"make": "electron-forge make"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.10.0", "@eslint/js": "^9.10.0",