Skip to content

Commit

Permalink
chore: add post publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Jun 17, 2024
1 parent 7168aab commit ee381a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
}
Expand All @@ -41,6 +41,7 @@
"test": "vitest",
"build": "rimraf dist && tsx ./build.ts && bun run copy:package.cjs.json && webpack",
"watch": "rimraf dist && tsx ./build.ts --watch && bun run copy:package.cjs.json",
"postbuild": "publint",
"release": "np"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"declarationMap": true,
"types": ["vitest/globals"],
"paths": {
"hypf": ["src/index.ts"],
"hypf": ["dist"],
"*": ["*", "utils/*"]
}
},
Expand Down

0 comments on commit ee381a7

Please sign in to comment.