mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
6 lines
162 B
Bash
Executable File
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
|