Sha256: 8373c36d7639eb911211ea7f1724e5fc6a2f0da73b7070ad27564fe89d5e7177

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

#!/usr/bin/env bash

# Copyright (c) 2016-2017 Minqi Pan
# 
# This file is part of Node.js Compiler, distributed under the MIT License
# For full terms see the included LICENSE file

set -euo pipefail
IFS=$'\n\t'
set -vx

bundle install

# Do any other automated setup that you need to do here

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
node-compiler-0.9.1 bin/setup