We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cc860 commit 85e596fCopy full SHA for 85e596f
package.json
@@ -6,7 +6,7 @@
6
],
7
"scripts": {
8
"test": "vitest run",
9
- "packages": "run build:* -s && npm run test && run centralize publish -s"
+ "packages": "run build:* -s -r && npm run test && run centralize publish -s"
10
},
11
"publishConfig": {
12
"access": "public"
packages/hooks/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@atomico/hooks",
3
"description": "Series of utilities in hooks format to extend the operation of Atomico",
4
- "version": "4.0.0-beta",
+ "version": "4.0.0-beta.1",
5
"type": "module",
"author": {
"name": "UpperCod",
0 commit comments