Skip to content

Commit 28a6612

Browse files
committed
fix types
1 parent 7c8bdb5 commit 28a6612

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
@@ -3,7 +3,7 @@
33
"packages/**"
44
],
55
"scripts": {
6-
"build": "run publish -s"
6+
"build": "run build publish -s"
77
},
88
"dependencies": {
99
"@atomico/run": "^0.8.4"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomico/react",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"type": "module",
55
"description": "",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)