Skip to content

Commit ff46742

Browse files
committed
fix: update spa type check for the release script[10]
1 parent 4121f98 commit ff46742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/deploy/typeCheckSPA.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
npm ci
4-
pnpm type-check 2>&1
4+
pnpx vue-tsc --build --force 2>&1
55
type_check_status=$?
66

77
if [ $type_check_status -ne 0 ]; then

0 commit comments

Comments
 (0)