@nestjs/schematics
Advanced tools
Comparing version 5.11.3-0 to 5.11.3
@@ -13,3 +13,3 @@ { | ||
"start:debug": "nodemon --config nodemon-debug.json", | ||
"prestart:prod": "rimraf dist && tsc", | ||
"prestart:prod": "rimraf dist && npm run build", | ||
"start:prod": "node dist/main.js", | ||
@@ -16,0 +16,0 @@ "lint": "tslint -p tsconfig.json -c tslint.json", |
@@ -46,6 +46,2 @@ <p align="center"> | ||
# incremental rebuild (webpack) | ||
$ <%= packageManager %> run webpack | ||
$ <%= packageManager %> run start:hmr | ||
# production mode | ||
@@ -52,0 +48,0 @@ $ <%= packageManager %> run start:prod |
{ | ||
"name": "@nestjs/schematics", | ||
"version": "5.11.3-0", | ||
"version": "5.11.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
153707
211