keeweb/.github/actions/linux-build/entrypoint.sh

6 lines
64 B
Bash
Executable File

#!/bin/bash -e
cd /github/workspace
npm ci
grunt desktop-linux