Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CACHE_HIT="${{ steps.yarn-cache.outputs.cache-hit }}"
NODE_MODULES_EXISTS=$(test -d "node_modules" && echo "true" || echo "false")
if [[ "$CACHE_HIT" != 'true' || "$NODE_MODULES_EXISTS" == 'false' ]]; then
sh ./.script/ci.sh
yarn install
fi

- name: Lint check
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

7 changes: 0 additions & 7 deletions .script/ci.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .script/post-install.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .script/pre-install.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .yarnrc.yml.template

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.1.2",
"private": true,
"scripts": {
"ci": "sh ./.script/ci.sh",
"android": "cp .env.development .env && npx react-native run-android",
"android:release": "cp .env.release .env && cd android && ./gradlew assembleRelease",
"ios": "react-native run-ios",
Expand Down Expand Up @@ -42,7 +41,7 @@
"@tanstack/react-query": "^5.66.9",
"@tosspayments/widget-sdk-react-native": "^1.3.5",
"@types/react-native-vector-icons": "^6.4.18",
"@ummgoban/shared": "0.0.4",
"@ummgoban/shared": "^0.0.6-nightly.20250808.a3cf0f6",
"axios": "^1.7.4",
"dayjs": "^1.11.13",
"react": "18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4453,14 +4453,14 @@ __metadata:
languageName: node
linkType: hard

"@ummgoban/shared@npm:0.0.4":
version: 0.0.4
resolution: "@ummgoban/shared@npm:0.0.4::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40ummgoban%2Fshared%2F0.0.4%2Fb3ee84e295c1458b678c700d3fc985bc44ce24fe"
"@ummgoban/shared@npm:^0.0.6-nightly.20250808.a3cf0f6":
version: 0.0.6-nightly.20250808.f18a523
resolution: "@ummgoban/shared@npm:0.0.6-nightly.20250808.f18a523"
peerDependencies:
axios: ">=1.7.4"
react: ">=18.0.0"
react-native: ">=0.79.0"
checksum: 2702383ed9e01fbdad9e554e782e85f5472d64044440384f15722d0ffc661e0c07fddf68d951359c15fa64fc0e013af5f51f49f54b839e7f80634ddfa6fd491f
checksum: e7b2817c8e85c7c963997ddd03490c809faf3bd313919902a4236f62bd34c17c619ac1967c6095ebe2cf305689120ef9625b1ad232a9576fd2b6cbfec0000455
languageName: node
linkType: hard

Expand Down Expand Up @@ -4502,7 +4502,7 @@ __metadata:
"@types/react": ^18.2.6
"@types/react-native-vector-icons": ^6.4.18
"@types/react-test-renderer": ^18.0.0
"@ummgoban/shared": 0.0.4
"@ummgoban/shared": ^0.0.6-nightly.20250808.a3cf0f6
axios: ^1.7.4
babel-jest: ^29.6.3
babel-plugin-module-resolver: ^5.0.2
Expand Down