(chore): Add nodemon to front packages
#115641983
running
with stages
Pipeline
Showing
This diff is collapsed.
... | ... | @@ -109,7 +109,8 @@ |
"tslint": "~5.12.0", | ||
"typescript": "~3.4.5", | ||
"webpack-bundle-analyzer": "^3.6.0", | ||
"webpack-cli": "^3.3.10" | ||
"webpack-cli": "^3.3.10", | ||
"nodemon": "^2.0.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
Please register or sign in to comment