Fix tests by building two versions of plugins and importing/exporting seperatly
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-home-page",
|
||||
"version": "0.1.1-alpha.0",
|
||||
"main": "build/index.cjs.js",
|
||||
"module": "build/index.esm.js",
|
||||
"types": "build/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "@backstage/plugin-welcome",
|
||||
"version": "0.1.1-alpha.0",
|
||||
"main": "build/index.cjs.js",
|
||||
"module": "build/index.esm.js",
|
||||
"types": "build/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"private": false,
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "backstage-cli build-cache -- backstage-cli plugin:build",
|
||||
"lint": "backstage-cli lint",
|
||||
|
||||
Reference in New Issue
Block a user