Fix tests by building two versions of plugins and importing/exporting seperatly

This commit is contained in:
Marcus Eide
2020-03-31 11:48:25 +02:00
committed by nikek
parent 2f776924b4
commit e4195998ce
6 changed files with 47 additions and 30 deletions
+1
View File
@@ -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",
+2 -1
View File
@@ -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",