Skip to content

Commit c21f40d

Browse files
committed
fix(script) Fix issue with download scripts once installed, refactor and cleanup
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 6eb668f commit c21f40d

File tree

22 files changed

+4613
-14114
lines changed

22 files changed

+4613
-14114
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ umd
8181

8282
# windows junk
8383
thumbs.db
84+
85+
# models preload
86+
scripts/external/tmp
87+

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install: |
1515
set -e
1616
date
1717
npm install -g lerna@^3.15.0
18-
lerna bootstrap 2>&1
18+
npm install 2>&1
1919
date
2020
script: npm run test 2>&1
2121
deploy:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ markus --help
6565

6666
### For developers
6767

68-
To install for development, in the project directory, you will need to first install the Node.js dependencies using [lerna](https://lerna.js.org):
68+
To install for development, in the project directory, you will need to first install [lerna](https://lerna.js.org):
6969
```
7070
npm install -g lerna@^3.15.0
71-
lerna bootstrap
71+
npm install
7272
```
7373

7474
Then run:

0 commit comments

Comments
 (0)