Skip to content

Commit

Permalink
chore: readme, security policy and readme sync script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
faizahmedfarooqui committed Jul 24, 2023
1 parent 97a9b84 commit 4636bb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Checkout our [documentation](https://bolt.gluestack.io/docs) to find out more an

We are currently very much an Alpha product. To file an issue if you face any problems or to discuss your use-case, please join our [Discord](https://discord.gg/GEP2gWgd).

## :telephone_receiver: For Contributing or connecting with us
## :telephone_receiver: For contributing or connecting with us

Join our [Discord](https://discord.gg/GEP2gWgd)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"scripts": {
"install:all": "npm install --workspaces --if-present",
"link:all": "npm link --workspaces --if-present && npm run fix:permission",
"build:all": "npm run build:boltvm && npm run build:bolt && npm run fix:permission",
"build:all": "npm run sync:readme && npm run build:boltvm && npm run build:bolt && npm run fix:permission",
"build:boltvm": "npm run build --workspace @gluestack/boltvm",
"build:bolt": "npm run build --workspace @gluestack/bolt",
"watch:boltvm": "npm run watch --workspace @gluestack/boltvm",
"watch:bolt": "npm run watch --workspace @gluestack/bolt",
"fix:permission": "chmod +x ./packages/bolt/build/index.js",
"sync:readme": "cp -f README.md ./packages/bolt/README.md && cp -f README.md ./packages/boltvm/README.md",
"publish:boltvm": "npm run build:boltvm && cd packages/boltvm && npm publish --access public",
"publish:bolt": "npm run build:all && cd packages/bolt && npm publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bolt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Checkout our [documentation](https://bolt.gluestack.io/docs) to find out more an

We are currently very much an Alpha product. To file an issue if you face any problems or to discuss your use-case, please join our [Discord](https://discord.gg/GEP2gWgd).

## :telephone_receiver: For Contributing or connecting with us
## :telephone_receiver: For contributing or connecting with us

Join our [Discord](https://discord.gg/GEP2gWgd)
2 changes: 1 addition & 1 deletion packages/boltvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Checkout our [documentation](https://bolt.gluestack.io/docs) to find out more an

We are currently very much an Alpha product. To file an issue if you face any problems or to discuss your use-case, please join our [Discord](https://discord.gg/GEP2gWgd).

## :telephone_receiver: For Contributing or connecting with us
## :telephone_receiver: For contributing or connecting with us

Join our [Discord](https://discord.gg/GEP2gWgd)

0 comments on commit 4636bb9

Please sign in to comment.