Skip to content

Commit 159740c

Browse files
remove more references to schema.graphql
1 parent eacaeed commit 159740c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"files": [
3030
"config.yaml",
3131
"extension.js",
32-
"cli.js",
33-
"schema.graphql"
32+
"cli.js"
3433
],
3534
"scripts": {
3635
"format": "prettier .",

util/cache-bust.js

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const MODULE_CACHE_BUST = getCacheBustValue([
2424
'config.yaml',
2525
'cli.js',
2626
'extension.js',
27-
'schema.graphql',
2827
'package.json',
2928
]);
3029

util/docker/base.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN mkdir -p /@harperdb/nextjs
3535
# Cache Bust copying project files
3636
ARG CACHE_BUST
3737
RUN echo "${CACHE_BUST}"
38-
COPY config.yaml extension.js cli.js schema.graphql package.json /@harperdb/nextjs/
38+
COPY config.yaml extension.js cli.js package.json /@harperdb/nextjs/
3939

4040
# Install dependencies for the @harperdb/nextjs module
4141
RUN npm install -C /@harperdb/nextjs

0 commit comments

Comments
 (0)