plugins: remove usages of --experimental-type-build

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-21 15:28:00 +02:00
parent f2dbf8c2b7
commit 8613ba3928
39 changed files with 242 additions and 123 deletions
+2 -3
View File
@@ -8,8 +8,7 @@
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"alphaTypes": "dist/index.alpha.d.ts"
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin"
@@ -22,7 +21,7 @@
},
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build --experimental-type-build",
"build": "backstage-cli package build",
"start": "backstage-cli package start",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",