Skip to content

Commit 0c1d76d

Browse files
committed
chore: clean up publishArgs formatting in package.json for consistency
1 parent eed3b0c commit 0c1d76d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@
8989
"npm": {
9090
"publish": true,
9191
"skipChecks": true,
92-
"publishArgs": [
93-
"--provenance --access public"
94-
]
92+
"publishArgs": ["--provenance --access public"]
9593
},
9694
"github": {
9795
"release": true

0 commit comments

Comments
 (0)