cli: always use src/ version of cli inside repo
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"start": "yarn build && yarn workspace @spotify-backstage/app start",
|
||||
"build": "lerna run build",
|
||||
"test": "cross-env CI=true lerna run test --stream --parallel -- --coverage",
|
||||
"create-plugin": "yarn workspace @spotify-backstage/cli build && backstage-cli create-plugin",
|
||||
"create-plugin": "backstage-cli create-plugin",
|
||||
"lint": "lerna run lint --stream"
|
||||
},
|
||||
"workspaces": {
|
||||
|
||||
Reference in New Issue
Block a user