Skip to content

Commit 04b9069

Browse files
committed
fixed typo
1 parent e1326de commit 04b9069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
npm config set spin false
4040
npm install -g npm@4
4141
- name: Remove test packages
42-
run: rm -rf test-packages
42+
run: rm -rf test-packages
4343
- name: Yarn Install
4444
run: yarn install --ignore-engines
4545
- name: Run Mocha Tests

0 commit comments

Comments
 (0)