Skip to content

Commit

Permalink
postinstall message added
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaBug committed Aug 9, 2024
1 parent 9d58bf1 commit e336789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
"rollup:watch": "rimraf ./node_modules/react ./node_modules/react-dom && rollup -c -w",
"test": "jest __tests__ --silent --detectOpenHandles",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"postinstall": "node post-message.js"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions post-message.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e336789

Please sign in to comment.