generated from tpl/purs
s/Guide/Example/
This commit is contained in:
parent
2210e1f8a6
commit
fffd34d4e1
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
|||||||
/bower_components
|
/bower_components
|
||||||
/node_modules
|
/node_modules
|
||||||
/output
|
/output
|
||||||
test/Guide.purs
|
test/Example.purs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
litps compile --file README.md; mv README.purs test/Guide.purs; pulp test --main Test.Main
|
litps compile --file README.md; mv README.purs test/Example.purs; pulp test --main Test.Main
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user