File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"build" : " lerna run build" ,
15
15
"build.all" : " npm run build" ,
16
- "clean" : " rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada 'packages/**/angular/ng-package.json'" ,
16
+ "clean" : " rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'" ,
17
17
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
18
18
"demo.svelte.android" : " cd ./demo-svelte && ns run android --no-hmr --env.watchNodeModules" ,
19
19
"demo.svelte.ios" : " cd ./demo-svelte && ns run ios --no-hmr --env.watchNodeModules" ,
22
22
"demo.vue.ios" : " cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules" ,
23
23
"demo.vue.clean" : " cd ./demo-vue && ns clean" ,
24
24
"postinstall" : " npm run setup" ,
25
- "publish" : " npm run clean && npm run build.all && npm run readme && lerna publish --create-release=github --force-publish" ,
25
+ "publish" : " npm run clean && npm run build.all && npm run readme && lerna publish --no-private -- create-release=github --force-publish" ,
26
26
"readme" : " node ./tools/readme.js" ,
27
27
"setup" : " npm run submodules && ts-patch install" ,
28
28
"start" : " ./node_modules/.bin/ntl -A -s 15 -o" ,
Original file line number Diff line number Diff line change 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" />
3
- /// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
You can’t perform that action at this time.
0 commit comments