update npm packages

This commit is contained in:
root
2026-05-21 14:50:07 -04:00
parent bd96a72ce2
commit eb2d4fead0
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
"prebuild": "npm run build --workspace @rentaldrivego/types",
"build": "next build",
"prestart": "npm run build --workspace @rentaldrivego/types",
"pretype-check": "npm run build --workspace @rentaldrivego/types",
"start": "next start -p 3002",
"type-check": "tsc --noEmit"
},
+1
View File
@@ -8,6 +8,7 @@
"prebuild": "npm run build --workspace @rentaldrivego/types",
"build": "tsc",
"prestart": "npm run build --workspace @rentaldrivego/types",
"pretype-check": "npm run build --workspace @rentaldrivego/types",
"start": "node dist/index.js",
"type-check": "tsc --noEmit",
"test": "vitest run",
+1
View File
@@ -8,6 +8,7 @@
"prebuild": "npm run build --workspace @rentaldrivego/types",
"build": "next build",
"prestart": "npm run build --workspace @rentaldrivego/types",
"pretype-check": "npm run build --workspace @rentaldrivego/types",
"start": "next start -p 3001",
"type-check": "tsc --noEmit"
},
+1
View File
@@ -8,6 +8,7 @@
"prebuild": "npm run build --workspace @rentaldrivego/types",
"build": "next build",
"prestart": "npm run build --workspace @rentaldrivego/types",
"pretype-check": "npm run build --workspace @rentaldrivego/types",
"start": "next start -p 3000",
"type-check": "tsc --noEmit"
},