mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
refactor: rename index.ts to action.ts (#408)
This commit is contained in:
@@ -2,7 +2,7 @@ import { nodeResolve } from "@rollup/plugin-node-resolve";
|
||||
import typescript from "@rollup/plugin-typescript";
|
||||
|
||||
export default {
|
||||
input: "src/index.ts",
|
||||
input: "src/action.ts",
|
||||
output: {
|
||||
dir: "dist",
|
||||
entryFileNames: "[name].mjs",
|
||||
|
||||
Reference in New Issue
Block a user