From 4b8b416f8ca3d4a4de077d25a6e2f2ac90d05cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Schl=C3=A4fli?= Date: Mon, 20 May 2024 18:02:24 +0200 Subject: [PATCH] chore: disable escapp dev command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f32064..113c180 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "node ./bin/www", "start_production": "sudo NODE_ENV=production node ./bin/www", "start_production_pm2": "sudo pm2 start ecosystem.config.js", - "dev": "DEBUG=escapp nodemon bin/www -e sass,js,json --ignore public/js/ --ignore public/apps/ --ignore migrations --ignore seeders --ignore test/ --exec \"npm run css && npm run lint && node\"", + "//dev": "DEBUG=escapp nodemon bin/www -e sass,js,json --ignore public/js/ --ignore public/apps/ --ignore migrations --ignore seeders --ignore test/ --exec \"npm run css && npm run lint && node\"", "dev-windows": "nodemon bin/www -e sass,js,json --ignore public/js/ --ignore public/apps/ --ignore migrations --ignore seeders --ignore test/ --exec \"npm run css && npm run lint && node\"", "test": "DATABASE_URL=postgres://loguser:password@localhost/er_jest TEST=true jest --forceExit", "test:watch": "DATABASE_URL=postgres://loguser:password@localhost/er_jest TEST=true jest --watchAll",