Skip to content

Commit 88f10a7

Browse files
committed
some changes
1 parent 53f325f commit 88f10a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"start": "nx run website:start",
4646
"test": "nx run-many -t test --exclude integration-tests website website-eslint",
4747
"test-integration": "nx run integration-tests:test",
48-
"typecheck": "nx run-many -t typecheck",
49-
"test:update": "vitest -u"
48+
"typecheck": "nx run-many -t typecheck"
5049
},
5150
"engines": {
5251
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"

0 commit comments

Comments
 (0)