2017-05-05 09:20:35 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2017-06-23 11:31:05 +02:00
|
|
|
cd /harbor_src
|
|
|
|
|
|
|
|
mv /harbor_resources/node_modules ./
|
2017-05-05 09:20:35 +02:00
|
|
|
|
|
|
|
npm install
|
2017-06-23 11:31:05 +02:00
|
|
|
npm run test > ./npm-ut-test-results
|
2017-05-05 09:20:35 +02:00
|
|
|
|
|
|
|
|