backend-app-api,backend-plugin-api: removed unused usage of experimental type build

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-14 17:28:49 +01:00
parent 6ba8faf22a
commit a5e66e59cb
3 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -4,7 +4,6 @@
"version": "1.1.3",
"publishConfig": {
"access": "public",
"alphaTypes": "dist/index.alpha.d.ts",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
@@ -25,7 +24,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "backstage-cli package build --experimental-type-build",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",