skip building alpha types

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-08-10 15:43:15 +02:00
parent e419f6dcca
commit ab4b0f4ce1
+3 -5
View File
@@ -8,8 +8,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"
@@ -25,7 +24,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",
@@ -41,7 +40,6 @@
"@backstage/cli": "^0.18.1-next.0"
},
"files": [
"dist",
"alpha"
"dist"
]
}