Skip to content

Commit

Permalink
chore: fix build issues
Browse files Browse the repository at this point in the history
Forces build to use the docker file in the root directory

Remove test files (since we have no tests atm)
  • Loading branch information
kschelonka committed Jan 13, 2025
1 parent db7709a commit b303e9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/client-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
with:
scope: '@server/coprocessor'
docker-repo-name-pattern: clientapi-{0}-coprocessor
context: servers/coprocessor
app-path: servers/coprocessor
# Do not pass terraform-output because we don't want to redo codedeploy
# and it's conditional on this output
Expand Down
3 changes: 0 additions & 3 deletions servers/coprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"format": "eslint --fix",
"lint": "eslint --fix-dry-run",
"start": "node dist/index.js",
"test": "jest \"\\.spec\\.ts\"",
"test-ci": "npm test",
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand --ci --watchAll=false --forceExit",
"watch": "tsc -w --preserveWatchOutput & nodemon --inspect --config ../../nodemon.json"
},
"dependencies": {
Expand Down

0 comments on commit b303e9c

Please sign in to comment.