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 diff --git a/snark-document-builder/src/main/nodejs/.gitignore b/snark-document-builder/src/main/nodejs/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/snark-document-builder/src/main/nodejs/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/snark-document-builder/src/main/nodejs/package-lock.json b/snark-document-builder/src/main/nodejs/package-lock.json index c9a8052..ad597d6 100644 --- a/snark-document-builder/src/main/nodejs/package-lock.json +++ b/snark-document-builder/src/main/nodejs/package-lock.json @@ -1,6 +1,6 @@ { - "name": "SnarkPrototype", + "name": "nodejs", "lockfileVersion": 2,