Skip to content

Commit

Permalink
Minor typescript build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxone committed Oct 24, 2024
1 parent 7193144 commit a2b1ef7
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 81 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add jq curl

COPY /docker /scripts

RUN /scripts/package-restore.sh
RUN mkdir -p /functions && /scripts/package-restore.sh

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion ndc-duckduckapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasura/ndc-duckduckapi",
"version": "0.1.0",
"version": "0.1.1",
"description": "SDK for the Hasura DDN DuckDuckAPI connector. Easily build a data API from any existing API by ETLing data into DuckDB.",
"author": "Hasura",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit a2b1ef7

Please sign in to comment.