Skip to content

Commit 93b621a

Browse files
authored
Merge pull request #15 from agiletech-web-dev/release
2 parents 051bde6 + 388568f commit 93b621a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"packageManager": "pnpm@9.5.0",
55
"scripts": {
66
"core:build": "pnpm --filter js-utils-es... build",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-utils-es",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"packageManager": "pnpm@9.5.0",
55
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
66
"license": "MIT",
@@ -192,8 +192,8 @@
192192
},
193193
"scripts": {
194194
"build": "tsup && ./scripts/postbuild.sh",
195-
"prepublishOnly": "npm run build",
196-
"typecheck": "tsc --noEmit"
195+
"typecheck": "tsc --noEmit",
196+
"prepublishOnly": "pnpm build"
197197
},
198198
"devDependencies": {
199199
"@types/node": "^18.19.33",

0 commit comments

Comments
 (0)