File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ The _Bottom Navigation_ component is a simple extract of the [eponymous componen
84
84
``` bash
85
85
npm i
86
86
npm run setup # this should happen for every typescript update
87
- npm run tsc
87
+ npm run build.all
88
88
npm run demo.ios
89
89
npm run demo.android
90
90
```
Original file line number Diff line number Diff line change 12
12
"tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ cpy '**/*.d.ts' '..\\ ..\\ packages\\ core' --cwd=..\\ ..\\ src\\ core --parents && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
13
13
"build" : " npm run tsc && npm run build.hooks" ,
14
14
"build.hooks" : " tsc -skipLibCheck -p tsconfig.hooks.json" ,
15
- "build.all" : " npm run build" ,
15
+ "build.all" : " npm run build.hooks && npm run build " ,
16
16
"clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
17
17
},
18
18
"nativescript" : {
You can’t perform that action at this time.
0 commit comments