purescript-indexedDB/deploy.sh

7 lines
83 B
Bash
Raw Normal View History

2017-07-06 12:45:36 +03:00
#!/bin/sh
2017-07-07 14:23:47 +03:00
git stash save
git clean -df
yes | pulp publish --no-push
git stash pop