MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at type-hints-typescript 13 lines 207 B view raw
1#!/bin/bash 2set -e 3 4. "$(dirname "$0")/common.sh" 5 6cd "$ROOT_DIR" 7meson subprojects download 8 9if [ ! -d "$SCRIPT_DIR/vendor" ]; then 10 cp -r "$ROOT_DIR/vendor" "$SCRIPT_DIR/vendor" 11fi 12 13mkdir -p "$BUILD_DIR"