Skip to content

Commit

Permalink
Remove redundant "discover-ci" script (#25593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykoi18 authored Sep 14, 2023
1 parent 3bb23b6 commit 3694042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/devextreme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@
"test-styles": "npm run test-jest -- --config=./testing/styles/jest.config.json --coverage=false",
"qunit-in-docker": "gulp qunit-in-docker --constel",
"test-typescript": "gulp test-ts",
"tcd-update": "tcd-update",
"discover-ci": "npm run internal-tool -- discover-ts-declarations --sources ./js --exclude \"js/(renovation|__internal|.eslintrc.js)\" && npm run internal-tool -- discover --sources ./js --exclude \"js/(renovation|__internal|.eslintrc.js)\""
"tcd-update": "tcd-update"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 3694042

Please sign in to comment.