Skip to content

Commit

Permalink
sc-38841 Updates to latest purescript-tools image
Browse files Browse the repository at this point in the history
Updates to latest purescript-tools image, and update a few other
dependencies.

Also, it makes sure to do an npm install when you call
`./scripts/shell`, so that `grunt dev` works as expected.
  • Loading branch information
onslaughtq committed Jan 8, 2025
1 parent b7770e8 commit 56e2b33
Show file tree
Hide file tree
Showing 6 changed files with 1,299 additions and 1,151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
cache-version: build-v1
with:
key: ${{ env.cache-version }}-${{ hashFiles('spago.yaml') }}-${{ hashFiles('package.json') }}
key: ${{ env.cache-version }}-${{ hashFiles('spago.yaml', 'package.json') }}
restore-keys: |
${{ env.cache-version }}-
path: |
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dev:
image: ghcr.io/flipstone/purescript-tools:debian-stable-purescript-0.15.15-2024-10-21-d530b53
image: ghcr.io/flipstone/purescript-tools:debian-stable-purescript-0.15.15-2025-01-02-0b0c689
environment:
IN_CONTAINER: 'true'
stdin_open: true
Expand Down
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
{"name":"purescript-erumu","version":"0.1.0","description":"Elm-influenced virtual DOM","repository":{"type":"git","url":"git+https://github.com/flipstone/purescript-erumu.git"},"author":"Flipstone Technology Partners <development@flipstone.com>","license":"BSD-2-Clause","bugs":{"url":"https://github.com/flipstone/purescript-erumu/issues"},"homepage":"https://github.com/flipstone/purescript-erumu#readme","dependencies":{"virtual-dom":"~2.1.1"},"devDependencies":{"grunt":"^1.6.1","grunt-cli":"^1.4.3","grunt-contrib-watch":"^1.1.0","grunt-exec":"^3.0.0"}}
{ "name":"purescript-erumu",
"version":"0.1.0",
"description":"Elm-influenced virtual DOM",
"repository": {
"type":"git",
"url":"git+https://github.com/flipstone/purescript-erumu.git"
},
"author":"Flipstone Technology Partners <development@flipstone.com>",
"license":"BSD-2-Clause",
"bugs": {
"url":"https://github.com/flipstone/purescript-erumu/issues"
},
"homepage":"https://github.com/flipstone/purescript-erumu#readme",
"dependencies": {
"virtual-dom":"~2.1.1"
},
"devDependencies": {
"grunt":"^1.6.1",
"grunt-cli":"^1.4.3",
"grunt-contrib-watch":"^1.1.0",
"grunt-exec":"^3.0.0"
}
}
1 change: 1 addition & 0 deletions scripts/.init
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

export PS1="\[\e[35m\]PURESCRIPT\[\e[m\]:\w \\$ "
npm install
Loading

0 comments on commit 56e2b33

Please sign in to comment.