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
+2 -3
View File
@@ -7,8 +7,7 @@
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"alphaTypes": "dist/index.alpha.d.ts"
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
@@ -24,7 +23,7 @@
],
"license": "Apache-2.0",
"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",