aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9677cd6..2016415 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,8 @@ cache:
- target
- output
- node_modules
- - bower_components
- yarn.lock
+ - .psc-package
pages:
script:
@@ -20,11 +20,11 @@ pages:
- apt-get install -y curl
- curl -sL https://deb.nodesource.com/setup_8.x | bash
- apt-get install -y xz-utils make nodejs
- - npm install bower
+ - npm install psc-package
- npm install purescript
- npm install pulp
- export PATH="$(pwd)/node_modules/.bin":$PATH
- - bower install --allow-root
+ - psc-package install
- make test
- export STACK_ROOT="$(pwd)/.stack"
- stack setup