#!/usr/bin/env bash

# This script will be run when the plugin is installed...
[[ -f "package.json" ]] && npm i

exit 0