Merge branch 'release/SNRK-86/requirments' into release/SNRK-86/assembly
This commit is contained in:
commit
4f9fba5237
6
snark-document-builder/ci/requirments.sh
Executable file
6
snark-document-builder/ci/requirments.sh
Executable file
@ -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 .
|
1
snark-document-builder/src/main/nodejs/.gitignore
vendored
Normal file
1
snark-document-builder/src/main/nodejs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"name": "SnarkPrototype",
|
"name": "nodejs",
|
||||||
|
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user