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
@@ -24,7 +24,7 @@ import imageFiles from 'rollup-plugin-image-files';
export default {
input: 'src/index.ts',
output: {
file: 'build/index.cjs.js',
file: 'dist/index.cjs.js',
format: 'cjs',
},
plugins: [
@@ -1,8 +1,8 @@
{
"name": "@backstage/plugin-{{id}}",
"version": "{{version}}",
"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": true,
"scripts": {
+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": {