Skip to content

Commit

Permalink
chore: disable escapp dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed May 20, 2024
1 parent 494f619 commit 4b8b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b8b416

Please sign in to comment.