Skip to content

Commit 483910c

Browse files
committed
Helper test script
1 parent a814e1c commit 483910c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Push-Location tsc43
2+
Write-Host tsc43
3+
npx tsc
4+
Pop-Location
5+
6+
Push-Location tsc44
7+
Write-Host tsc44
8+
npx tsc
9+
Pop-Location
10+
11+
Push-Location tsc47
12+
Write-Host tsc47
13+
npx tsc
14+
Pop-Location

0 commit comments

Comments
 (0)