mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -ex
|
||
|
grep require gulpfile.js | awk -F\' '{print $2;}' | xargs npm install
|