Skip to content

Commit 38d7007

Browse files
committed
add script pretest
1 parent 001f31d commit 38d7007

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"ts:cjs": "tsc -m commonjs",
1111
"ts:umd": "tsc -t es5 -m umd --outDir ./dist/umd/",
1212
"build": "npm run clean && npm run ts:cjs && npm run ts:umd",
13-
"dev": "tsc -w"
13+
"dev": "tsc -w",
14+
"pretest": "tsc -m commonjs"
1415
},
1516
"keywords": [
1617
"fast html parser nodejs typescript"
@@ -57,4 +58,4 @@
5758
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
5859
},
5960
"homepage": "https://github.com/taoqf/node-fast-html-parser"
60-
}
61+
}

0 commit comments

Comments
 (0)