Skip to content

build the project to another repo #5577

@TangoPJ

Description

@TangoPJ

Hey there!
Is there a way to build and push my project from current repository to another repository?

For example I have this rollup config:

import typescript from "@rollup/plugin-typescript";
import { nodeResolve } from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";

export default {
  input: "src/app/index.ts",
  output: [
    {
      // in this place should be a link to an external repo
      //(e.g. https://github.com/my-app/tmp/index.js)
      file: "tmp/index.js",
    },
  ],
  plugins: [typescript(), nodeResolve(), commonjs()],
};

I'll be glad for any advices please

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions