diff --git a/snark-document-builder/ci/requirments.sh b/snark-document-builder/ci/requirments.sh new file mode 100755 index 0000000..e5e1a9d --- /dev/null +++ b/snark-document-builder/ci/requirments.sh @@ -0,0 +1,6 @@ +sudo apt-get install -y python3 +sudo apt-get install -y nodejs +sudo apt-get install -y npm + +cd ../src/main/nodejs +sudo npm install . \ No newline at end of file