aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/package.json
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21Run npm install as a frontend-maven-plugin goalIttay Stern1-1/+0
Without this, "prebuild" step is using local npm, instead of frontend-maven-plugin one: npm ERR! Linux 4.4.0-134-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 Issue-ID: VID-391 (cherry picked from commit 779c51de46cf55648036361bb33e0470b28756ca) Change-Id: Iabadec524798481dbbe1a341b12fb33229cc9335 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-01Introduce JS unit tests into VIDgolabek1-0/+28
maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>