clangd/.github/actions/pick/build.sh
2020-02-08 23:59:09 +01:00

6 lines
162 B
Bash
Executable File

#!/bin/bash -ex
# Rather than checking in node_modules, check in a standalone dist/index.js.
# Requires ncc: npm i -g @zeit/ncc
npm install
ncc build -m index.js