Skip to content

Commit 6276993

Browse files
committed
fixup: web too
Signed-off-by: Todd Baert <[email protected]>
1 parent 6321b7f commit 6276993

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"postbuild": "shx cp ./../../package.esm.json ./dist/esm/package.json",
2626
"current-version": "echo $npm_package_version",
2727
"prepack": "shx cp ./../../LICENSE ./LICENSE",
28-
"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",
29-
"update-core-peer": "npm install --save-peer --save-exact @openfeature/core@$OPENFEATURE_CORE_VERSION"
28+
"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"
3029
},
3130
"repository": {
3231
"type": "git",

0 commit comments

Comments
 (0)