File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
core/_tests/fixtures/output/md Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " src/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
7
"scripts" : {
8
- "test" : " uvu test '.test.([mc]js|[jt]sx?)$' --ignore '**/manual/**' " ,
8
+ "test" : " uvu test '.test.([mc]js|[jt]sx?)$'" ,
9
9
"build" : " pnpm run types" ,
10
10
"types" : " tsc --emitDeclarationOnly --outDir types" ,
11
11
"clean" : " rimraf types" ,
File renamed without changes.
Original file line number Diff line number Diff line change 47
47
run: npm test two
48
48
## /include ##
49
49
50
- ## include js src="_test .js" ##
50
+ ## include js src="_run .js" ##
51
51
- name: Run tests two
52
52
run: npm test two
53
53
## /include ##
Original file line number Diff line number Diff line change @@ -160,14 +160,14 @@ md-magic
160
160
CLI usage example with options
161
161
162
162
``` bash
163
- md-magic --path ' **/*.md' --config ./config.file.js
163
+ md-magic --file ' **/*.md' --config ./config.file.js
164
164
```
165
165
166
166
In NPM scripts, ` npm run docs ` would run the markdown magic and parse all the ` .md ` files in the directory.
167
167
168
168
``` json
169
169
"scripts" : {
170
- "docs" : " md-magic --path '**/*.md'"
170
+ "docs" : " md-magic --file '**/*.md'"
171
171
},
172
172
```
173
173
You can’t perform that action at this time.
0 commit comments