Skip to content

Commit cafd1ee

Browse files
authored
feat: prep for dune-release (teamwalnut#254)
- Fix improperly named dune project - Add missing items - Add post-publish hook to call `dune-release` Note: this project still requires a CHANGELOG for this to be functional
1 parent 95cdd93 commit cafd1ee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(lang dune 2.0)
22

3-
(name "graphql_ppx")
3+
(name graphql_ppx)

graphql_ppx.opam

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
opam-version: "2.0"
22
maintainer: "Tomasz Cichocinski <[email protected]>"
33
authors: "Tomasz Cichocinski <[email protected]>"
4+
synopsis: "GraphQL PPX rewriter for ReScript/ReasonML"
5+
description: "GraphQL language primitives for ReScript/ReasonML written in ReasonML"
6+
license: "MIT"
47
homepage: "https://github.com/reasonml-community/graphql-ppx"
58
bug-reports: "https://github.com/reasonml-community/graphql-ppx/issues"
69
build: [
@@ -16,6 +19,3 @@ depends: [
1619
"reason"
1720
"yojson"
1821
]
19-
20-
synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML"
21-
description: ""

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"license": "MIT",
1212
"scripts": {
13-
"postinstall": "node ./copyPlatformBinaryInPlace.js",
14-
"generate-schema": "node ./dslToJson.js > graphql_schema.json"
13+
"generate-schema": "node ./dslToJson.js > graphql_schema.json",
14+
"postinstall": "node ./copyPlatformBinaryInPlace.js"
1515
},
1616
"devDependencies": {
1717
"bs-platform": "9.0.0",

0 commit comments

Comments
 (0)