Skip to content

Commit

Permalink
chore: small backport from v4.x (#6229)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 12, 2023
1 parent 54eb4db commit 17edca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "eslint .",
"cspell": "cspell --relative --dot --gitignore .",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.spec.json",
"typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.json",
"*** Build **": "",
"build:demo": "nx build demo",
"build:demo:next": "nx build demo -c next",
Expand Down

0 comments on commit 17edca6

Please sign in to comment.