Skip to content

Commit 2c856e3

Browse files
committed
remove husky
1 parent a93c34e commit 2c856e3

File tree

4 files changed

+19
-457
lines changed

4 files changed

+19
-457
lines changed

.husky/pre-commit

Lines changed: 0 additions & 6 deletions
This file was deleted.

entry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import * as core from "@actions/core";
88
import { type } from "arktype";
9-
import { main, Inputs } from "./main.ts";
9+
import { Inputs, main } from "./main.ts";
1010
import packageJson from "./package.json" with { type: "json" };
1111

1212
async function run(): Promise<void> {

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pullfrog/action",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"type": "module",
55
"files": [
66
"index.js",
@@ -15,9 +15,9 @@
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1",
1717
"typecheck": "tsc --noEmit",
18-
"prepare": "husky",
1918
"play": "node play.ts",
2019
"upDeps": "pnpm up --latest",
20+
"install": "pnpm --ignore-workspace install",
2121
"createLockfile": "pnpm --ignore-workspace install"
2222
},
2323
"dependencies": {
@@ -35,7 +35,6 @@
3535
"devDependencies": {
3636
"@types/node": "^24.7.2",
3737
"arg": "^5.0.2",
38-
"husky": "^9.1.7",
3938
"typescript": "^5.9.3"
4039
},
4140
"repository": {

0 commit comments

Comments
 (0)