rename build to dist again

This commit is contained in:
nikek
2020-03-31 18:26:12 +02:00
parent 4e747b0a19
commit 32a112d63b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "@backstage/plugin-home-page",
"version": "0.1.1-alpha.0",
"main": "build/index.cjs.js",
"types": "build/index.d.ts",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": false,
"scripts": {
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "@backstage/plugin-welcome",
"version": "0.1.1-alpha.0",
"main": "build/index.cjs.js",
"types": "build/index.d.ts",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"private": false,
"license": "Apache-2.0",
"scripts": {