提交 8d90a5ec 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix quota in windows

上级 b12f4487
......@@ -18,7 +18,7 @@
"lint": "npm run eslint && npm run tslint",
"eslint": "eslint \"{src,test,bin}/**/*.js\"",
"tslint": "tslint \"{src,test,bin}/**/*.ts\"",
"sloc": "sloc . --details --format cli-table --keys total,source,comment --exclude 'node_modules|doc' && sloc . --exclude 'node_modules|doc'",
"sloc": "sloc . --details --format cli-table --keys total,source,comment --exclude \"node_modules|doc\" && sloc . --exclude \"node_modules|doc\"",
"pretest": "npm run lint",
"test": "npm run test:phantomjs && npm run test:chrome",
"posttest": "npm run sloc",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册