fix starting create-app locally with local nodemon

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-09-22 09:56:02 +02:00
parent 86d0de11d9
commit 62872bf027
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -29,7 +29,7 @@
"clean": "backstage-cli package clean",
"prepack": "node scripts/prepack.js",
"postpack": "node scripts/postpack.js",
"start": "nodemon --"
"start": "yarn nodemon --"
},
"dependencies": {
"@backstage/cli-common": "workspace:^",
@@ -48,6 +48,7 @@
"@types/node": "^16.11.26",
"@types/recursive-readdir": "^2.2.0",
"mock-fs": "^5.1.1",
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"
},
"nodemonConfig": {
@@ -0,0 +1 @@
# intentionally left empty
+1
View File
@@ -3542,6 +3542,7 @@ __metadata:
handlebars: ^4.7.3
inquirer: ^8.2.0
mock-fs: ^5.1.1
nodemon: ^2.0.2
ora: ^5.3.0
recursive-readdir: ^2.2.2
ts-node: ^10.0.0