test-utils: Publish alpha types

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-08-11 13:19:02 +02:00
parent df98024f00
commit 3d5ab6cb3c
+5 -3
View File
@@ -8,7 +8,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"alphaTypes": "dist/index.alpha.d.ts"
},
"backstage": {
"role": "node-library"
@@ -25,7 +26,7 @@
],
"license": "Apache-2.0",
"scripts": {
"build": "backstage-cli package build",
"build": "backstage-cli package build --experimental-type-build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
@@ -49,6 +50,7 @@
"@backstage/cli": "^0.18.1-next.0"
},
"files": [
"dist"
"dist",
"alpha"
]
}