fix release script

This commit is contained in:
陈嘉涵 2019-08-10 11:14:40 +08:00
parent cf92bb122a
commit a5119c58dd

View File

@ -23,7 +23,7 @@
"test:watch": "jest --watch",
"test:clear-cache": "jest --clearCache",
"test:coverage": "open test/coverage/index.html",
"release": "sh build/release-pkg.sh",
"release": "sh build/release.sh",
"release:site": "sh build/release-site.sh"
},
"husky": {