Skip to content

Commit a879756

Browse files
Update main.yml
1 parent d177150 commit a879756

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2-beta
1414

15-
- name: Install TS
16-
run: npm install -g typescript
15+
- name: install TS
16+
run: npm install typescript
17+
18+
- name: npm install
19+
run: npm install
1720

18-
- name: Run buildRun.sh
21+
- name: run buildRun.sh
1922
run: sh buildRun.sh

0 commit comments

Comments
 (0)