File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
"postweb" : " cp -r publish/ docs/" ,
15
15
"html" : " npm run build && grunt html" ,
16
16
"epub" : " npm run build && grunt epub" ,
17
+ "check:prh" : " prh --verify --verbose articles/*.re" ,
17
18
"build:sub" : " npm run build:sub1 && npm run build:sub2 && npm run build:sub3 && npm run build:sub4 && npm run build:sub5" ,
18
19
"build:sub1" : " tsc -p code/at-types/usage/" ,
19
20
"build:sub2" : " tsc -p code/definition-file/augmentGlobal/" ,
20
21
"build:sub3" : " tsc -p code/tsc-options/helpers/vanilla/" ,
21
22
"build:sub4" : " tsc -p code/tsc-options/helpers/noEmitHelpers/" ,
22
23
"build:sub5" : " tsc -p code/tsc-options/helpers/importHelpers/" ,
23
- "build" : " tsc -p ./ && npm run build:sub"
24
+ "build" : " tsc -p ./ && npm run build:sub && npm run check:prh "
24
25
},
25
26
"dependencies" : {},
26
27
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments