Skip to content

Commit e1326de

Browse files
committed
fixed typo
1 parent 6cd5fd5 commit e1326de

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-
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)