packages/cli: make plugin:build have built-in caching

This commit is contained in:
Patrik Oldsberg
2020-04-07 00:01:56 +02:00
parent 98dea870e6
commit 08a5023ad4
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"license": "Apache-2.0",
"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"
},