#!/usr/bin/env bash

npm i --package-lock-only
npm run build
git add dist/index.js
git add package-lock.json
