Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Dec 4, 2023
1 parent 835ed0f commit 282af35
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "cd example; npm run dev",
"android": "cd example; npm run android",
"ios": "cd example; npm run ios",
"build": "rm -rf dist/*; tsc --project tsconfig.build.json",
"build": "rm -rf dist/*; tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"build:tsup": "tsup src/index.ts --format cjs,esm --sourcemap --dts --clean",
"watch": "npm run build -- --watch",
"prettify": "prettier --write src/ test/",
Expand Down Expand Up @@ -59,6 +59,7 @@
"react-native-haptic-feedback": "^2.2.0",
"react-native-reanimated": "3.5.4",
"react-test-renderer": "^18.2.0",
"tsc-alias": "^1.8.8",
"tsup": "^8.0.0",
"typescript": "^5.3.2"
}
Expand Down
42 changes: 37 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 282af35

Please sign in to comment.