Skip to content

Commit

Permalink
use preview tag for publishing previews
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Jun 5, 2024
1 parent 4009fe2 commit f1fa8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://registry.npmjs.com/${ pkg.pkg }/${ pkg.pkgFile.version }"
}
},
"publish": "npm publish --access public",
"publish": "npm publish --access public${ pkg.tag ? '--tag preview' : '' }",
"postpublish": {
"use": "fetch:check",
"options": {
Expand Down

0 comments on commit f1fa8a5

Please sign in to comment.