Skip to content

Commit 4cfd7dc

Browse files
committed
prhによるチェックをビルドプロセスに盛り込んだ
1 parent 3f2ba2b commit 4cfd7dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
"postweb": "cp -r publish/ docs/",
1515
"html": "npm run build && grunt html",
1616
"epub": "npm run build && grunt epub",
17+
"check:prh": "prh --verify --verbose articles/*.re",
1718
"build:sub": "npm run build:sub1 && npm run build:sub2 && npm run build:sub3 && npm run build:sub4 && npm run build:sub5",
1819
"build:sub1": "tsc -p code/at-types/usage/",
1920
"build:sub2": "tsc -p code/definition-file/augmentGlobal/",
2021
"build:sub3": "tsc -p code/tsc-options/helpers/vanilla/",
2122
"build:sub4": "tsc -p code/tsc-options/helpers/noEmitHelpers/",
2223
"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"
2425
},
2526
"dependencies": {},
2627
"devDependencies": {

0 commit comments

Comments
 (0)