fix release script
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"test:clear-cache": "jest --clearCache",
|
"test:clear-cache": "jest --clearCache",
|
||||||
"test:coverage": "open test/coverage/index.html",
|
"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"
|
"release:site": "sh build/release-site.sh"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|||||||
Reference in New Issue
Block a user