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" } }