[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(plugin-cc): pipeline fix for wxcc (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored Nov 18, 2024
1 parent 19db600 commit 5b8452a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
name: Publish - Documentation
needs: [publish-npm,generate-package-matrix]
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/wxcc'

steps:
- name: Documentation Deploy Steps
Expand Down
4 changes: 2 additions & 2 deletions packages/@webex/plugin-cc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"scripts": {
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
"build": " yarn workspace @webex/calling run build:src && yarn run -T tsc --declaration true --declarationDir ./dist/types",
"docs": "typedoc --emit none",
"fix:lint": "eslint 'src/**/*.ts' --fix",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"prebuild": "rimraf dist",
"test": "yarn test:style && yarn test:unit",
"test:style": "eslint 'src/**/*.ts'",
"test:unit": "webex-legacy-tools test --unit --runner jest"
"test:unit": "webex-legacy-tools test --unit --runner jest",
"deploy:npm": "yarn npm publish"
},
"dependencies": {
"@types/platform": "1.3.4",
Expand Down

0 comments on commit 5b8452a

Please sign in to comment.