build: add any scripts

This commit is contained in:
2024-05-27 11:09:02 +03:00
parent f6f729e8d4
commit 4319d66c61
8 changed files with 105 additions and 24 deletions

5
scripts/setup Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
cd "$(dirname $(dirname "$0"))" || exit
npm ci