Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit d33fd49

Browse files
committed
发布模块前自动检查
1 parent 3de038e commit d33fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "karma start",
1919
"build": "node build/build.js",
2020
"lint": "tslint -p tsconfig.json -t verbose",
21-
"prepublishOnly": "npm run build"
21+
"prepublishOnly": "npm run lint && npm run test && npm run build"
2222
},
2323
"files": ["dist"],
2424
"devDependencies": {

0 commit comments

Comments
 (0)