docs(cli): can't create-app with the cli anymore

This commit is contained in:
Fredrik Adelöw
2020-08-12 15:19:01 +02:00
parent f24efbda66
commit 8e1020a454
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -22,7 +22,9 @@
},
"scripts": {
"build": "backstage-cli build --outputs cjs",
"lint": "backstage-cli lint"
"lint": "backstage-cli lint",
"clean": "backstage-cli clean",
"start": "nodemon --"
},
"dependencies": {
"@backstage/cli-common": "^0.1.1-alpha.18",