chore(templates): add generate:types to blank

This commit is contained in:
Elliot DeNolf
2024-04-10 22:30:56 -04:00
parent a0dd750a52
commit 1eabf316d6

View File

@@ -10,7 +10,8 @@
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint"
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
"generate:types": "payload generate:types"
},
"engines": {
"node": ">=18.19.0"