« get me outta code hell

remove npm run dev, add npm run lint - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-27 13:15:27 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-27 19:12:25 -0300
commit3f06b3668374ad1f76f2bd9ca120101c9592da37 (patch)
tree175f48c59925395c63f638fbfbb47eb9ba06e68d
parent03343c785c1743fd0240f975a14700e4edfda799 (diff)
remove npm run dev, add npm run lint
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9c29254b..4c8a3398 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     },
     "scripts": {
         "test": "tap",
-        "dev": "eslint src && node src/upd8.js"
+        "lint": "eslint src"
     },
     "imports": {
         "#aggregate": "./src/aggregate.js",