Add scripts for build and test

This commit is contained in:
daz 2024-01-26 13:20:50 -07:00
parent e833c3f088
commit ad22ba2fb7
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

4
build Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
cd sources
npm run build

4
build-and-test Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
cd sources
npm run all