aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-05-08 23:08:26 +0200
committerJoris2017-05-08 23:08:26 +0200
commit78e108ca1dfaadb5dea5f8bb1f949e30a60b0e38 (patch)
tree55ba9f49b33d9ee92fe219d772070896ed6df7ef
parentc9f046a9e5a8ab5a95e213f8db4667cfebc8058d (diff)
downloadcooking-78e108ca1dfaadb5dea5f8bb1f949e30a60b0e38.tar.gz
cooking-78e108ca1dfaadb5dea5f8bb1f949e30a60b0e38.tar.bz2
cooking-78e108ca1dfaadb5dea5f8bb1f949e30a60b0e38.zip
Fix missing pulp on path
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--README.md1
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2df9fa6..a554e79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,6 @@ install_purescript:
- npm install bower
- npm install purescript
- npm install pulp
- - export PATH=node_modules/.bin:$PATH;
- bower install --allow-root
prepare_site:
@@ -35,6 +34,8 @@ pages:
image: haskell:latest
stage: pages
script:
+ - ls node_modules/.bin
+ - export PATH=node_modules/.bin:$PATH;
- stack exec cooking build
artifacts:
paths:
diff --git a/README.md b/README.md
index 527005b..9a124c4 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,5 @@ make stop
TODO
----
+- add tests for purescript parser
- group by (Plat / Dessert (High / Low carb))