markdowny/scripts/build.sh
Dylan R. E. Moonfire 3975d553fe
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: switched from yarn to npm
2023-01-26 08:19:00 -06:00

12 lines
214 B
Bash
Executable file

# !/usr/bin/env bash
#mfgames-project:setup@v0.0.0
log() { echo "🚧 $(basename $0): $@"; }
cd $(dirname $(dirname $0))
#mfgames-project:setup
./scripts/setup.sh || exit 1
log "running NPM build"
npm run build