Skip to content

Commit

Permalink
fix(plugin-presence): stop-publishing (#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas281299 authored Feb 18, 2025
1 parent b06c160 commit 6d99526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@webex/plugin-presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"build": "yarn run -T tsc --declaration true --declarationDir ./dist/types && yarn run build:src",
"build:docs": "typedoc --out ../../../docs/presence",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
"deploy:npm": "yarn npm publish",
"deploy:npm:broken": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --runner karma",
"test:style": "eslint ./src/**/*.*",
Expand Down

0 comments on commit 6d99526

Please sign in to comment.