Skip to content

Commit a788bb3

Browse files
committed
chore: simplify publishArgs formatting in package.json
1 parent 47274f0 commit a788bb3

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)