Skip to content

Commit 5875177

Browse files
committed
readme update
1 parent b6bd2ed commit 5875177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The _Bottom Navigation_ component is a simple extract of the [eponymous componen
8484
```bash
8585
npm i
8686
npm run setup # this should happen for every typescript update
87-
npm run tsc
87+
npm run build.all
8888
npm run demo.ios
8989
npm run demo.android
9090
```

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {

0 commit comments

Comments
 (0)