Skip to content

Commit

Permalink
fix(script) Fix issue with download scripts once installed, refactor …
Browse files Browse the repository at this point in the history
…and cleanup

Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 26, 2019
1 parent 6eb668f commit c21f40d
Show file tree
Hide file tree
Showing 22 changed files with 4,613 additions and 14,114 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ umd

# windows junk
thumbs.db

# models preload
scripts/external/tmp

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: |
set -e
date
npm install -g lerna@^3.15.0
lerna bootstrap 2>&1
npm install 2>&1
date
script: npm run test 2>&1
deploy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ markus --help

### For developers

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

Then run:
Expand Down
Loading

0 comments on commit c21f40d

Please sign in to comment.