Skip to content

Commit eec1fff

Browse files
authored
chore: use default tags for client publish (#375)
Signed-off-by: Todd Baert <[email protected]>
1 parent f34676c commit eec1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postbuild": "shx cp ./../../package.esm.json ./dist/esm/package.json",
2525
"current-version": "echo $npm_package_version",
2626
"prepack": "shx cp ./../../LICENSE ./LICENSE",
27-
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public --tag experimental; fi",
27+
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
2828
"docs": "typedoc"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)