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 ea4328e commit e7a55ce
Show file tree
Hide file tree
Showing 3 changed files with 2 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
2 changes: 1 addition & 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 Down

0 comments on commit e7a55ce

Please sign in to comment.