Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit ec42e39

Browse files
Keen Yee Liauayazhafiz
authored andcommitted
build: do not format .d.ts in .vscode-test (#409)
1 parent b6c6cbe commit ec42e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -ex -o pipefail
44

55
find . -name "*.ts" \
6+
-not -path "*/.vscode*" \
67
-not -path "*/project/*" \
78
-not -path "*/node_modules/*" \
89
-not -path "*/out/*" \

0 commit comments

Comments
 (0)