We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f325f commit 88f10a7Copy full SHA for 88f10a7
package.json
@@ -45,8 +45,7 @@
45
"start": "nx run website:start",
46
"test": "nx run-many -t test --exclude integration-tests website website-eslint",
47
"test-integration": "nx run integration-tests:test",
48
- "typecheck": "nx run-many -t typecheck",
49
- "test:update": "vitest -u"
+ "typecheck": "nx run-many -t typecheck"
50
},
51
"engines": {
52
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
0 commit comments