Skip to content

Commit

Permalink
fix: ✨ use pull request build action for bundestag api
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Oct 29, 2023
1 parent 3c795dc commit b908bb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 77 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/deploy-bundestag.io-api.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enable-pre-post-scripts=true
3 changes: 2 additions & 1 deletion bundestag.io/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"Ulf Gebhardt"
],
"license": "Apache2",
"private": true,
"scripts": {
"build": "tsc",
"prebuild": "pnpm run generate",
"start": "node build/index.js",
"dev": "ts-node-dev --watch=resolvers,schemas --respawn src/index.ts",
"lint": "yarn lint:ts && yarn lint:exports",
Expand All @@ -23,6 +23,7 @@
"@apollo/server": "^4.9.4",
"@democracy-deutschland/bundestag.io-definitions": "1.0.2",
"@democracy-deutschland/bundestagio-common": "workspace:*",
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.7",
"axios": "1.5.1",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b908bb0

Please sign in to comment.