6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" yaml-language-server yaml-language-server
|