Skip to content

Commit f1a47b7

Browse files
committed
chore: update
1 parent 7bf4be4 commit f1a47b7

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

demo-vue

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build.all": "lerna run build.all",
1919
"build.all.win": "lerna run build.all.win",
2020
"build.angular": "lerna run build.angular",
21-
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metadata.json' 'packages/**/*.ngsummary.json' 'packages/**/*.mjs' 'packages/**/*.mjs.map' 'packages/**/angular/ng-package.json'",
21+
"clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada 'packages/**/angular/ng-package.json'",
2222
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
2323
"commitmsg": "commitlint -e $GIT_PARAMS",
2424
"demo.ng.android": "cd ./demo-ng && ns run android --no-hmr",
@@ -34,7 +34,7 @@
3434
"demo.vue.clean": "cd ./demo-vue && ns clean",
3535
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr",
3636
"postinstall": "npm run setup",
37-
"publish": "npm run setup && npm run clean && npm run build.all && lerna publish --create-release=github --force-publish",
37+
"publish": "npm run clean && npm run build.all && lerna publish --create-release=github --force-publish",
3838
"readme": "node ./tools/readme.js",
3939
"setup": "npm run submodules && ts-patch install",
4040
"start": "./node_modules/.bin/ntl -A -s 15 -o",

references.d.ts

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
2+
/// <reference path="./node_modules/@nativescript/types-android/lib/android-28.d.ts" />
13
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
2-
///// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
3-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreFoundation.d.ts" />
4-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!Foundation.d.ts" />
5-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!UIKit.d.ts" />
6-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreGraphics.d.ts" />
7-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!ObjectiveC.d.ts" />
8-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!QuartzCore.d.ts" />
9-
/// <reference path="./node_modules/@nativescript/types-android/lib/android/android-platform-31.d.ts" />
10-
/// <reference path="./node_modules/@nativescript/types-android/lib/android/androidx-31.d.ts" />
11-
/// <reference path="./node_modules/@nativescript/types-android/lib/android/common.d.ts" />

0 commit comments

Comments
 (0)