-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix pop sdk remove api hang node process
- Loading branch information
1 parent
80e5258
commit 493495b
Showing
3 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"format": "prettier --write src/", | ||
"generate-schema": "npx typescript-json-schema ./src/interface/index.ts IProps --required -o ./dist/schema.json", | ||
"prepare": "husky install", | ||
"postinstall": "./fix-sdk.sh" | ||
"postinstall": "curl -sS http://images.devsapp.cn/pop-sdk/fix-sdk.sh | bash" | ||
}, | ||
"repository": "[email protected]:serverless-devs/fc.git", | ||
"keywords": [], | ||
|