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
8484``` bash
8585npm i
8686npm run setup # this should happen for every typescript update
87- npm run tsc
87+ npm run build.all
8888npm run demo.ios
8989npm run demo.android
9090```
Original file line number Diff line number Diff line change 1212 "tsc-win" : " ..\\ ..\\ node_modules\\ .bin\\ cpy '**/*.d.ts' '..\\ ..\\ packages\\ core' --cwd=..\\ ..\\ src\\ core --parents && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
1313 "build" : " npm run tsc && npm run build.hooks" ,
1414 "build.hooks" : " tsc -skipLibCheck -p tsconfig.hooks.json" ,
15- "build.all" : " npm run build" ,
15+ "build.all" : " npm run build.hooks && npm run build " ,
1616 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
1717 },
1818 "nativescript" : {
You can’t perform that action at this time.
0 commit comments