mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
(nuxt) update commands in package.json
This commit is contained in:
parent
a2e68f320c
commit
b052895221
@ -7,11 +7,9 @@
|
||||
"scripts": {
|
||||
"prepare-dev": "nuxi prepare && pnpm run-file locale/generateSchemas.ts",
|
||||
"dev": "nuxi dev",
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=5120\" nuxt build",
|
||||
"start": "nuxt start",
|
||||
"export": "nuxt export",
|
||||
"serve": "nuxt serve",
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=5120\" nuxi build",
|
||||
"run-file": "node --import=./server/ts-node-esm.js --env-file=.env",
|
||||
"typecheck": "nuxi typecheck",
|
||||
"lint": "eslint . --fix",
|
||||
"test": "vitest"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user