Skip to content

Commit

Permalink
fix: remove about postinstall about husky
Browse files Browse the repository at this point in the history
  • Loading branch information
seojinwoo committed Jul 20, 2022
1 parent e6a9a5d commit 4c8e49b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified brief.drawio.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/iot-device-sdk-react/.npmignore
@@ -1,2 +1,3 @@
.idea
.husky
node_modules
2 changes: 1 addition & 1 deletion packages/iot-device-sdk-react/package.json
Expand Up @@ -21,7 +21,7 @@
"doc": "typedoc --plugin typedoc-plugin-extras --options typedoc.json ./src/index.ts",
"web-doc": "live-server ./dist/docs &",
"pub-doc": "npx gh-pages -b only-for-manual -d ./dist/docs/",
"postinstall": "cd .. && cd .. && husky install packages/iot-device-sdk-react/.husky",
"install-husky": "cd .. && cd .. && husky install packages/iot-device-sdk-react/.husky",
"lint": "npx eslint src test",
"test": "npx jest",
"compile": "npx tsc -p tsconfig.json",
Expand Down

0 comments on commit 4c8e49b

Please sign in to comment.