avm-runner-background/tests/web/build_test_project.sh

13 lines
217 B
Bash
Executable File

#!/bin/sh
# set current working directory to script directory to run script from everywhere
cd "$(dirname "$0")"
(
cd test-project
npm i
npm run install:local
npm run copy-public
npm run build
)