Skip to content

Commit 676de82

Browse files
committed
Update build
1 parent 515bb99 commit 676de82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
6-
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
5+
"build": "pulp build --censor-lib --strict",
6+
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^8.2.0",
10-
"purescript-psa": "^0.3.8",
9+
"pulp": "^9.0.1",
10+
"purescript-psa": "^0.3.9",
1111
"rimraf": "^2.5.0"
1212
}
1313
}

0 commit comments

Comments
 (0)