Skip to content

Commit

Permalink
ci: initialised basic js project, updated all
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3691 committed Oct 25, 2023
1 parent dcde4a6 commit d09d0aa
Show file tree
Hide file tree
Showing 8 changed files with 13,763 additions and 18,345 deletions.
41 changes: 39 additions & 2 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"!**/.*"
],
"scripts": {
"build": "sh scripts/build.sh",
"clean": "sh scripts/clean.sh",
"release": "sh scripts/publish-latest.sh",
"release-beta": "sh scripts/publish-beta.sh",
"release-local": "sh scripts/publish-local.sh"
"example": "yarn workspace react-native-simple-recyclerlistview-example",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"build": "bob build",
"release": "release-it"
},
"keywords": [
"react-native",
Expand Down
37 changes: 0 additions & 37 deletions scripts/build.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/clean.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/publish-beta.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/publish-latest.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/publish-local.sh

This file was deleted.

Loading

0 comments on commit d09d0aa

Please sign in to comment.