Skip to content

Commit 30628df

Browse files
committed
deploy(packagejson): deploy(dockerfile): deploy(package.json): update package.json
1 parent a1a9fc6 commit 30628df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"prettier": "prettier . --write",
1717
"commit:comment": "引导设置规范化的提交信息",
1818
"commit": "git-cz",
19-
"postinstall": "husky install"
19+
"postinstall": "husky install",
20+
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
2021
},
2122
"config": {
2223
"commitizen": {

0 commit comments

Comments
 (0)