Move build scripts into sources

This commit is contained in:
daz
2024-01-29 10:48:53 -07:00
parent 354bf99f5f
commit 631b0d7b31
2 changed files with 0 additions and 0 deletions

4
sources/build Executable file
View File

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

4
sources/build-and-test Executable file
View File

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