Skip to content

Commit c8fbc10

Browse files
committed
github action: fixes command
1 parent 1e282f3 commit c8fbc10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uname -a
2323
npm install
2424
npm run build --if-present
25-
npm test:dev
25+
npm run test:dev
2626
env:
2727
CI: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The project was initially developed for Mac OS X, and then tested on Linux.
2727

2828
For those implemented options, safe-rm will act **exactly the same** as the original `rm` command
2929

30-
| Option | Brief | Descriptions |
30+
| Option | Brief | Description |
3131
| ------ | ----- | ------------ |
3232
| `-i`, `--interactive` | **Interactive** | Prompts you to confirm before removing each file |
3333
| `-I`, `--interactive=once` | **Less Interactive** | Prompts only once before removing more than three files or when recursively removing directories |

0 commit comments

Comments
 (0)