Skip to content

Commit 86dba40

Browse files
TimoGlastrajamshale
authored andcommitted
chore: set version to 0.2.4
Signed-off-by: Timo Glastra <[email protected]>
1 parent 64d76a4 commit 86dba40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"allowBranch": "main"
88
}
99
}
10-
}
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"style:check": "biome check --unsafe .",
1414
"style:fix": "pnpm style:check --write",
15-
"types:check": "pnpm -r check-types",
15+
"types:check": "pnpm -r types:check",
1616
"build": "pnpm -r build",
1717
"clean": "pnpm -r clean",
1818
"test": "node --import tsx --test packages/**/tests/*.test.ts",

0 commit comments

Comments
 (0)