Skip to content

Commit

Permalink
fix: types-in-plugin-metrics-meetings (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas281299 authored Jan 31, 2024
1 parent 9c0930d commit 1c1bd0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/@webex/internal-plugin-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@webex/webex-core": "workspace:^"
},
"scripts": {
"build": "yarn build:src && yarn run -T tsc --declaration true --declarationDir ./dist/types",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
"build": " yarn run -T tsc --declaration true --declarationDir ./dist/types",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"build": "yarn run -T tsc --declaration true --declarationDir ./dist",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
"deploy:npm": "yarn npm publish",
"test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
Expand Down

0 comments on commit 1c1bd0f

Please sign in to comment.