Skip to content

Commit f2095d7

Browse files
🐛 Fix(packages,packages.json): update publishing process
1 parent 82a5d02 commit f2095d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/commitsmile/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"node": ">=18"
8282
},
8383
"publishConfig": {
84-
"directory": "./dist"
84+
"access": "public",
85+
"directory": "dist"
8586
}
8687
}

0 commit comments

Comments
 (0)