Skip to content

Commit

Permalink
try to fix esy ci (#2740)
Browse files Browse the repository at this point in the history
* try fixing esy ci by installing nightly

* clean up package.json

* nightly
  • Loading branch information
anmonteiro committed Jun 23, 2024
1 parent d8a868c commit 008abba
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/esy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: 16

- name: Install esy
run: npm install -g [email protected]
run: npm install -g @esy-nightly/esy

- name: Restore global cache (~/.esy/source)
id: global-cache
Expand Down
34 changes: 0 additions & 34 deletions package-lock.json

This file was deleted.

43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"name": "reason",
"version": "3.6.2",
"description": "Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/reasonml/reason.git"
},
"main": "refmt.js",
"keywords": [
"reason",
"ocaml",
"react",
"javascript",
"won't you look at all these nice types"
],
"license": "MIT",
"homepage": "https://github.com/reasonml/reason",
"devDependencies": {
"bs-platform": "1.9.3"
},
"scripts": {
"prepublishOnly": "cp .dune-for-prepublish dune && esy @jsoo && ./js/closurefy.sh"
}
"name": "reason",
"version": "3.6.2",
"description": "Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/reasonml/reason.git"
},
"main": "refmt.js",
"keywords": [
"reason",
"ocaml",
"react",
"javascript",
"won't you look at all these nice types"
],
"license": "MIT",
"homepage": "https://github.com/reasonml/reason",
"scripts": {
"prepublishOnly": "cp .dune-for-prepublish dune && esy @jsoo && ./js/closurefy.sh"
}
}

0 comments on commit 008abba

Please sign in to comment.