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

Diff for: package.json

+1-1
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": "[email protected]",
55
"scripts": {
66
"core:build": "pnpm --filter js-utils-es... build",

Diff for: packages/core/package.json

+3-3
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": "[email protected]",
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)