purescript-postgresql-client/bin/test.sh

5 lines
105 B
Bash
Raw Normal View History

2018-10-21 01:32:06 +00:00
#!/bin/sh
2018-10-21 02:30:23 +00:00
litps compile --file README.md; mv README.purs test/Example.purs; pulp test --main Test.Main
2018-10-21 01:32:06 +00:00