Merge branch 'master' into scaffold

This commit is contained in:
Fabian Chong
2020-09-10 14:46:46 +08:00
228 changed files with 2821 additions and 2557 deletions
+1
View File
@@ -10,6 +10,7 @@
"start-backend": "yarn workspace example-backend start",
"build": "lerna run build",
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli clean && lerna run clean",
"diff": "lerna run diff --",
"test": "lerna run test --since origin/master -- --coverage",