diff --git a/build b/build new file mode 100755 index 0000000..d4275e3 --- /dev/null +++ b/build @@ -0,0 +1,4 @@ +#!/bin/bash + +cd sources +npm run build diff --git a/build-and-test b/build-and-test new file mode 100755 index 0000000..9b431d0 --- /dev/null +++ b/build-and-test @@ -0,0 +1,4 @@ +#!/bin/bash + +cd sources +npm run all