Skip to content

Commit ddc4208

Browse files
committed
chore: some build configuration
1 parent 3874bcb commit ddc4208

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"!{projectRoot}/test-setup.[jt]s",
4747
"!{projectRoot}/cypress/**/*",
4848
"!{projectRoot}/**/*.cy.[jt]s?(x)",
49-
"!{projectRoot}/cypress.config.[jt]s"
49+
"!{projectRoot}/cypress.config.[jt]s",
50+
"!{projectRoot}/README.md"
5051
],
5152
"sharedGlobals": []
5253
},

0 commit comments

Comments
 (0)