Skip to content

Commit 85e596f

Browse files
committed
subpath
1 parent c5cc860 commit 85e596f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"scripts": {
88
"test": "vitest run",
9-
"packages": "run build:* -s && npm run test && run centralize publish -s"
9+
"packages": "run build:* -s -r && npm run test && run centralize publish -s"
1010
},
1111
"publishConfig": {
1212
"access": "public"

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomico/hooks",
33
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4-
"version": "4.0.0-beta",
4+
"version": "4.0.0-beta.1",
55
"type": "module",
66
"author": {
77
"name": "UpperCod",

0 commit comments

Comments
 (0)