Skip to content

Instantly share code, notes, and snippets.

@saystone
Created January 10, 2018 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saystone/3187727260aa09e4bb32637f1585e378 to your computer and use it in GitHub Desktop.
Save saystone/3187727260aa09e4bb32637f1585e378 to your computer and use it in GitHub Desktop.
pre commit for type repository
#!/bin/sh
npm run build
git add ./dist/index.d.ts ./dist/index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment