Skip to content

Commit

Permalink
[FABN-1180] readme typo
Browse files Browse the repository at this point in the history
..And to test current job builder

Change-Id: I3d73483964b1e56126c9ecc3770da88c76fa6df6
Signed-off-by: davidLiu <[email protected]>
  • Loading branch information
davidkhala committed May 16, 2019
1 parent 4d43f41 commit 661b6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#general
coverage
docs/gen
node_modules/*
node_modules
package-lock.json
npm-shrinkwrap.json
npm-debug.log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following section targets a current or future contributor to this project it
To build and test, the following pre-requisites must be installed first:
* node runtime LTS version 8.9.0 or higher, up to 9.0 ( __Node v9.0+ is not supported__ )
* npm tool version 5.5.1 or higher
* gulp command (must be installed globaly with `npm install -g gulp`)
* gulp command (must be installed globally with `npm install -g gulp`)
* docker (not required if you only want to run the headless tests with `npm test`, see below)

Clone the project and launch the following commands to install the dependencies and perform various tasks.
Expand Down

0 comments on commit 661b6a2

Please sign in to comment.