mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-17 13:41:17 +00:00
add script pretest
This commit is contained in:
parent
001f31d392
commit
38d70076fc
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
"ts:cjs": "tsc -m commonjs",
|
"ts:cjs": "tsc -m commonjs",
|
||||||
"ts:umd": "tsc -t es5 -m umd --outDir ./dist/umd/",
|
"ts:umd": "tsc -t es5 -m umd --outDir ./dist/umd/",
|
||||||
"build": "npm run clean && npm run ts:cjs && npm run ts:umd",
|
"build": "npm run clean && npm run ts:cjs && npm run ts:umd",
|
||||||
"dev": "tsc -w"
|
"dev": "tsc -w",
|
||||||
|
"pretest": "tsc -m commonjs"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"fast html parser nodejs typescript"
|
"fast html parser nodejs typescript"
|
||||||
|
|
@ -57,4 +58,4 @@
|
||||||
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/taoqf/node-fast-html-parser"
|
"homepage": "https://github.com/taoqf/node-fast-html-parser"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue