mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
test: execute api-extractor on CI properly (#8123)
This commit is contained in:

committed by
GitHub

parent
3daca6638b
commit
defb4f8880
@ -1875,6 +1875,8 @@ export interface ShowModalOptions {
|
|||||||
|
|
||||||
animated?: boolean;
|
animated?: boolean;
|
||||||
|
|
||||||
|
cancelable?: boolean
|
||||||
|
|
||||||
closeCallback: Function;
|
closeCallback: Function;
|
||||||
|
|
||||||
context: any;
|
context: any;
|
||||||
@ -3061,9 +3063,9 @@ export class XmlParser {
|
|||||||
// nativescript-core/index.d.ts:117:5 - (ae-forgotten-export) The symbol "layout" needs to be exported by the entry point index.d.ts
|
// nativescript-core/index.d.ts:117:5 - (ae-forgotten-export) The symbol "layout" needs to be exported by the entry point index.d.ts
|
||||||
// nativescript-core/index.d.ts:118:5 - (ae-forgotten-export) The symbol "ad" needs to be exported by the entry point index.d.ts
|
// nativescript-core/index.d.ts:118:5 - (ae-forgotten-export) The symbol "ad" needs to be exported by the entry point index.d.ts
|
||||||
// nativescript-core/index.d.ts:119:5 - (ae-forgotten-export) The symbol "ios" needs to be exported by the entry point index.d.ts
|
// nativescript-core/index.d.ts:119:5 - (ae-forgotten-export) The symbol "ios" needs to be exported by the entry point index.d.ts
|
||||||
// nativescript-core/ui/core/view-base/view-base.d.ts:166:26 - (ae-forgotten-export) The symbol "Property" needs to be exported by the entry point index.d.ts
|
// nativescript-core/ui/core/view-base/view-base.d.ts:171:26 - (ae-forgotten-export) The symbol "Property" needs to be exported by the entry point index.d.ts
|
||||||
// nativescript-core/ui/core/view-base/view-base.d.ts:166:26 - (ae-forgotten-export) The symbol "CssProperty" needs to be exported by the entry point index.d.ts
|
// nativescript-core/ui/core/view-base/view-base.d.ts:171:26 - (ae-forgotten-export) The symbol "CssProperty" needs to be exported by the entry point index.d.ts
|
||||||
// nativescript-core/ui/core/view-base/view-base.d.ts:166:26 - (ae-forgotten-export) The symbol "CssAnimationProperty" needs to be exported by the entry point index.d.ts
|
// nativescript-core/ui/core/view-base/view-base.d.ts:171:26 - (ae-forgotten-export) The symbol "CssAnimationProperty" needs to be exported by the entry point index.d.ts
|
||||||
|
|
||||||
// (No @packageDocumentation comment for this package)
|
// (No @packageDocumentation comment for this package)
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ mkdir -p "$DIST"
|
|||||||
npx rimraf "$DIST/$PACKAGE"
|
npx rimraf "$DIST/$PACKAGE"
|
||||||
npx rimraf "$DIST/$PACKAGE*.tgz"
|
npx rimraf "$DIST/$PACKAGE*.tgz"
|
||||||
|
|
||||||
npm run api-extractor
|
npm run api-extractor-ci
|
||||||
|
|
||||||
echo "Copying $PACKAGE $DIST/$PACKAGE..."
|
echo "Copying $PACKAGE $DIST/$PACKAGE..."
|
||||||
npx ncp "$PACKAGE" "$DIST/$PACKAGE"
|
npx ncp "$PACKAGE" "$DIST/$PACKAGE"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.5.0",
|
"@microsoft/api-extractor": "7.6.1",
|
||||||
"@nativescript/tslint-rules": "0.0.5",
|
"@nativescript/tslint-rules": "0.0.5",
|
||||||
"@types/chai": "^4.0.4",
|
"@types/chai": "^4.0.4",
|
||||||
"@types/mocha": "^2.2.42",
|
"@types/mocha": "^2.2.42",
|
||||||
|
Reference in New Issue
Block a user