Skip to content

Commit

Permalink
feat: prep for dune-release (teamwalnut#254)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
gf3 authored Apr 16, 2021
1 parent 95cdd93 commit cafd1ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.0)

(name "graphql_ppx")
(name graphql_ppx)
6 changes: 3 additions & 3 deletions graphql_ppx.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
opam-version: "2.0"
maintainer: "Tomasz Cichocinski <[email protected]>"
authors: "Tomasz Cichocinski <[email protected]>"
synopsis: "GraphQL PPX rewriter for ReScript/ReasonML"
description: "GraphQL language primitives for ReScript/ReasonML written in ReasonML"
license: "MIT"
homepage: "https://github.com/reasonml-community/graphql-ppx"
bug-reports: "https://github.com/reasonml-community/graphql-ppx/issues"
build: [
Expand All @@ -16,6 +19,3 @@ depends: [
"reason"
"yojson"
]

synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML"
description: ""
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"license": "MIT",
"scripts": {
"postinstall": "node ./copyPlatformBinaryInPlace.js",
"generate-schema": "node ./dslToJson.js > graphql_schema.json"
"generate-schema": "node ./dslToJson.js > graphql_schema.json",
"postinstall": "node ./copyPlatformBinaryInPlace.js"
},
"devDependencies": {
"bs-platform": "9.0.0",
Expand Down

0 comments on commit cafd1ee

Please sign in to comment.