Skip to content

Commit

Permalink
build: releases config
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Oct 31, 2023
1 parent 78c44b6 commit ece7dc8
Show file tree
Hide file tree
Showing 2 changed files with 1,783 additions and 8 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"url": "https://www.linkedin.com/in/wahyubucil"
},
"files": [
"dist"
"dist",
"package.json",
"LICENSE",
"README.md"
],
"exports": {
".": {
Expand All @@ -39,6 +42,7 @@
"build-fast": "tsup src/index.ts src/boot.ts --format esm,cjs",
"build": "pnpm run build-fast --dts-resolve",
"prepublishOnly": "pnpm run build",
"release": "np --message=\"chore(release): %s\"",
"lint": "eslint \"src/**/*.{js,mjs,cjs,ts,mts}\"",
"lint:fix": "eslint \"src/**/*.{js,mjs,cjs,ts,mts}\" --fix"
},
Expand All @@ -59,9 +63,10 @@
"@types/node": "^20.8.10",
"eslint": "^8.41.0",
"eslint-kit": "^10.0.0",
"np": "^8.0.4",
"prettier": "^3.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"zod": "^3.22.4",
"prettier": "^3.0.0"
"zod": "^3.22.4"
}
}
Loading

0 comments on commit ece7dc8

Please sign in to comment.