Skip to content

Commit

Permalink
Use spago in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Dec 19, 2023
1 parent c4bd663 commit ef6b5b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,12 +2,11 @@
"private": true,
"type": "module",
"scripts": {
"build": "pulp build -- --strict",
"test": "pulp test"
"build": "spago build --strict",
"test": "spago test"
},
"devDependencies": {
"purescript-psa": "^0.8.2",
"purescript": "^0.14.0",
"pulp": "^15.0.0"
"purescript": "^0.15.0",
"spago": "^0.93.0"
}
}

0 comments on commit ef6b5b4

Please sign in to comment.