allegro/scripts/build.sh

14 lines
211 B
Bash
Raw Normal View History

2022-08-01 15:38:27 +00:00
#!/usr/bin/env bash
# Move into the root folder.
cd $(dirname $(dirname $0))
# Make sure everything is set up.
./scripts/setup.sh
2022-08-01 15:38:27 +00:00
# Build the project.
npm run build
# Versions
# 2022-08-11 - Initial version