liferay-npm-build-tools

Build Status

Setup

  1. Install NodeJS >= v6.11.0, if you don't have it yet.

  2. Install lerna global dependency:

[sudo] npm install -g lerna
  1. Run the bootstrap script to install local dependencies and link packages together:
npm run lerna
  1. Build all packages
npm run build
  1. Run tests:
npm run test