mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 22:20:53 +00:00
chore: Fix the "main" in package.json to point to a file that actually exists.
This commit is contained in:
committed by
Jason Walton
parent
88a7452ac5
commit
296c2aa43a
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "TypeScript template action",
|
||||
"main": "lib/main.js",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
|
||||
Reference in New Issue
Block a user