add CI stuff

This commit is contained in:
mrjvs
2023-09-13 23:08:44 +02:00
parent 95f0026f5a
commit c2ae6432ae
8 changed files with 169 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"prepare": "nitropack prepare",
"dev": "nitropack dev",
"build": "nitropack build",
"preview": "node .output/server/index.mjs",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .js src/",
"lint:fix": "eslint --fix --ext .js src/"
},