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",
"scripts": {
"build": "rm -rf dist/ && webpack --config ./webpack.config.js",
"test": "jest",
"package": "electron-forge package",
"make": "electron-forge make"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",