From 8c3b596b69b314b5b0707739da1dc78da92b3770 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Thu, 2 Oct 2025 21:26:17 -0500 Subject: [PATCH] add build script for travel cities #146 --- datagenerators/output/travelcities.json | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/datagenerators/output/travelcities.json b/datagenerators/output/travelcities.json index e1cd7e8..6eaac71 100644 --- a/datagenerators/output/travelcities.json +++ b/datagenerators/output/travelcities.json @@ -84,8 +84,8 @@ "Latitude": 29.7633, "Longitude": -95.3633, "point": { - "x": 65, - "y": 97, + "x": 63, + "y": 95, "wfo": "HGX" } }, diff --git a/package.json b/package.json index 66fa3a8..fbe5016 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "start": "node index.mjs", "stop": "pkill -f 'node index.mjs' || echo 'No process found'", "test": "echo \"Error: no test specified\" && exit 1", + "build:travelcities": "node datagenerators/travelcities.mjs", "build:css": "sass --style=compressed ./server/styles/scss/main.scss ./server/styles/main.css", "build": "gulp buildDist", "lint": "eslint ./server/scripts/**/*.mjs ./proxy/**/*.mjs ./src/**/*.mjs *.mjs", @@ -59,4 +60,4 @@ "metar-taf-parser": "^9.0.0", "npm": "^11.6.0" } -} +} \ No newline at end of file