Skip to content

Commit

Permalink
fix pop sdk remove api hang node process
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Sep 15, 2023
1 parent 80e5258 commit 493495b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions fix-sdk.sh

This file was deleted.

4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test: test-nodejs test-python test-java test-go test-php test-custom test-custo
echo "all test done!"

install:
npm install --registry=https://registry.npmmirror.com && bash fix-sdk.sh
npm install --registry=https://registry.npmmirror.com && curl -sS http://images.devsapp.cn/pop-sdk/fix-sdk.sh | bash

install-official:
npm install --registry=https://registry.npmjs.org && bash fix-sdk.sh
npm install --registry=https://registry.npmjs.org && curl -sS http://images.devsapp.cn/pop-sdk/fix-sdk.sh | bash
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 493495b

Please sign in to comment.