Skip to content

Commit

Permalink
feat: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares committed Aug 30, 2021
1 parent e89282d commit a181e9f
Show file tree
Hide file tree
Showing 2 changed files with 2,684 additions and 65 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "bemba",
"version": "0.0.1",
"version": "0.0.0-development",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"next:build": "next build",
"build": "run-s generate next:build",
"generate": "genql -s src/graphql/schema.graphql -o .generated/genql",
"postinstall": "yarn generate"
"postinstall": "yarn generate",
"release": "semantic-release"
},
"dependencies": {
"@geist-ui/react-icons": "^1.0.0",
Expand Down Expand Up @@ -38,6 +39,11 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"testcafe": "^1.14.0",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"semantic-release": "^17.4.7"
},
"repository": {
"type": "git",
"url": "https://github.com/ricardocasares/bemba.git"
}
}
Loading

0 comments on commit a181e9f

Please sign in to comment.