remove cross-env
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"dev-server": "nodemon --inspect --enable-source-maps --exec \"pnpm serve\" --watch src --ext ts,tsx,md,css",
|
"dev-server": "nodemon --inspect --enable-source-maps --exec \"pnpm serve\" --watch src --ext ts,tsx,md,css",
|
||||||
"dev-docs": "typedoc --watch",
|
"dev-docs": "typedoc --watch",
|
||||||
"build": "typedoc",
|
"build": "typedoc",
|
||||||
"start": "cross-env NODE_ENV=production pnpm serve",
|
"start": "NODE_ENV=production pnpm serve",
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user