Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip

This commit is contained in:
Jose Balanza Martinez
2020-04-16 12:32:53 -05:00
55 changed files with 859 additions and 1057 deletions
+1
View File
@@ -8,6 +8,7 @@
"start": "yarn workspace example-app start",
"bundle": "yarn build && yarn workspace example-app bundle",
"build": "lerna run build",
"clean": "lerna run clean",
"test": "yarn build && lerna run test --since origin/master -- --coverage",
"test:all": "yarn build && lerna run test -- --coverage",
"lint": "lerna run lint --since origin/master --",