Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: release scripts (#74)
Browse files Browse the repository at this point in the history
* fix: release prepare script

* chore release 0.3.1
  • Loading branch information
darahayes authored Feb 27, 2020
1 parent b60c900 commit 5f3413e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-connect-graphql",
"version": "0.3.0",
"version": "0.3.1",
"description": "Add Keycloak authentication and authorization to your GraphQL server.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -33,8 +33,7 @@
"release:publish": "./scripts/publishRelease.sh",
"examples:seed": "node scripts/initKeycloak.js"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/express-session": "1.15.16",
"@types/graphql": "14.2.3",
Expand Down
1 change: 1 addition & 0 deletions scripts/prepareRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo "Preparing release"

npm install
npm run test
npm run compile
npm run lint

echo "Repository is ready for release."

0 comments on commit 5f3413e

Please sign in to comment.