Skip to content

Commit 1c35193

Browse files
author
taoqiufeng
committed
npm scripts
1 parent 7e2b301 commit 1c35193

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "gulp && mocha",
8-
"build": "gulp"
7+
"test": "mocha",
8+
"build": "gulp",
9+
"pretest": "gulp",
10+
"prepublish": "gulp"
911
},
1012
"keywords": [
1113
"fast html parser nodejs typescript"

0 commit comments

Comments
 (0)