Skip to content

Commit

Permalink
feat(createSubmit): 支持 throw 异常回调
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Mar 18, 2021
1 parent 1ca802f commit 2b5e9fb
Show file tree
Hide file tree
Showing 4 changed files with 1,490 additions and 958 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"generate-docs": "haoma run ./scripts/generateDocs.ts",
"generate-index": "vgis './src/**/index.ts'",
"generate-package": "haoma run ./scripts/generatePackage.ts",
"generate-utility": "haoma run ./scripts/generateUtility.ts",
"generate-utility": "haoma rune ./scripts/generateUtility.ts",
"publish-package": "cd ./lib && npm publish",
"publish-package-next": "npm run publish-package -- --tag next",
"prerelease": "npm run test",
Expand Down Expand Up @@ -139,7 +139,7 @@
"execa": "5.0.0",
"fs-extra": "9.1.0",
"globby": "11.0.2",
"haoma": "2.28.0",
"haoma": "2.30.0",
"husky": "5.1.3",
"ioredis-mock": "5.2.5",
"jest": "26.6.3",
Expand Down

0 comments on commit 2b5e9fb

Please sign in to comment.