From ddc8da470abe34f6e5968633cab8d149a034eab7 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Sun, 5 Jun 2016 12:34:08 -0700 Subject: [PATCH] Use Pulp 9 for CI build --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28ccca4..6376e7f 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,12 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\"", - "test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node" + "build": "pulp build", + "test": "pulp test" }, "devDependencies": { "purescript": "^0.9.1-rc.1", + "pulp": "^9.0.0", "rimraf": "^2.5.2" } }