Skip to content

Instantly share code, notes, and snippets.

@romanlab
Last active February 12, 2019 08:52
entrypoint.sh file for node js GitHub action
#!/bin/sh -l
cd /
npm ci
node script.js $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment