thank you for the comments, @freben

This commit is contained in:
Paul Marbach
2020-04-08 10:18:46 -04:00
parent 06228b71e9
commit 1d6765e044
14 changed files with 61 additions and 65 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"private": true,
"scripts": {
"build:watch": "backstage-cli plugin:build --watch",
"build": "backstage-cli build-cache -- backstage-cli plugin:build",
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test"
},