Skip to content

Commit

Permalink
remove more references to schema.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Dec 3, 2024
1 parent eacaeed commit 159740c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"files": [
"config.yaml",
"extension.js",
"cli.js",
"schema.graphql"
"cli.js"
],
"scripts": {
"format": "prettier .",
Expand Down
1 change: 0 additions & 1 deletion util/cache-bust.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const MODULE_CACHE_BUST = getCacheBustValue([
'config.yaml',
'cli.js',
'extension.js',
'schema.graphql',
'package.json',
]);

Expand Down
2 changes: 1 addition & 1 deletion util/docker/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN mkdir -p /@harperdb/nextjs
# Cache Bust copying project files
ARG CACHE_BUST
RUN echo "${CACHE_BUST}"
COPY config.yaml extension.js cli.js schema.graphql package.json /@harperdb/nextjs/
COPY config.yaml extension.js cli.js package.json /@harperdb/nextjs/

# Install dependencies for the @harperdb/nextjs module
RUN npm install -C /@harperdb/nextjs
Expand Down

0 comments on commit 159740c

Please sign in to comment.