Browse Source

Erstellung bash-Dateien im root-Verzeichnis

main
Lucas Thenert 2 years ago
parent
commit
b2fa2dffb5
  1. 2
      build-project.sh
  2. 2
      prepare-build.sh

2
build-project.sh

@ -0,0 +1,2 @@
#!/bin/bash
npm test

2
prepare-build.sh

@ -0,0 +1,2 @@
#!/bin/bash
npm install
Loading…
Cancel
Save