Establecer versión a Node 20.16 en script start:dev
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"build": "nest build",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "source ~/.nvm/nvm.sh && node --version && nvm use 20.16.0 && nest start",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:dev": "source ~/.nvm/nvm.sh && node --version && nvm use 20.16.0 && nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
|
||||
Reference in New Issue
Block a user