🗑 Remove watch-for-changes script, no longer needed

This commit is contained in:
Alicia Sykes
2024-04-13 12:42:51 +01:00
parent 5b11c0af34
commit e1a95405c1
3 changed files with 1 additions and 80 deletions

View File

@@ -11,7 +11,6 @@
"lint": "vue-cli-service lint",
"pm2-start": "npx pm2 start server.js",
"build-watch": "vue-cli-service build --watch --mode production",
"watch-config": "node services/watch-for-changes",
"build-and-start": "NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build start",
"validate-config": "node services/config-validator",
"health-check": "node services/healthcheck",