forked from purescript/purescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-everything.sh
More file actions
executable file
·50 lines (46 loc) · 1.33 KB
/
test-everything.sh
File metadata and controls
executable file
·50 lines (46 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/bash
set -e
npm install -g bower
bower i purescript-prelude \
purescript-eff \
purescript-st \
purescript-integers \
purescript-functions \
purescript-console \
purescript-profunctor \
purescript-contravariant \
purescript-parallel \
purescript-control \
purescript-tailrec \
purescript-maps \
purescript-free \
purescript-transformers \
purescript-monad-eff \
purescript-exists \
purescript-monoid \
purescript-either \
purescript-maybe \
purescript-inject \
purescript-graphs \
purescript-enums \
purescript-unfoldable \
purescript-coproducts \
purescript-lazy \
purescript-distributive \
purescript-identity \
purescript-bifunctors \
purescript-const \
purescript-sets \
purescript-quickcheck \
purescript-foreign \
purescript-foldable-traversable \
purescript-tuples \
purescript-strings \
purescript-arrays \
purescript-random \
purescript-refs \
purescript-globals \
purescript-exceptions \
purescript-validation \
purescript-math
find bower_components/**/src -name '*.purs' | xargs ../dist/build/psc-make/psc-make