Skip to content

Commit 03a302f

Browse files
author
kien.nguyen
committed
update source
1 parent b28829c commit 03a302f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"lint": "npx eslint ./src --ignore-pattern node_modules --ext .js,.ts",
1616
"ts:check": "npx tsc --noEmit",
17-
"build": "npx tsc",
17+
"build": "rm -rf dist && npx tsc",
1818
"project:clean": "cd example && npx react-native-clean-project --keep-node-modules --remove-iOS-build --remove-iOS-pods --remove-android-build --keep-brew --keep-pods && \\rm -fr ios/Pods",
1919
"prepare": "yarn build",
2020
"dev:sync": "yarn build && cd example/node_modules/rn-local-authentication/ && rm -rf android ios dist src && cd ../../../ && cp -r *podspec dist android ios src example/node_modules/rn-local-authentication/"

0 commit comments

Comments
 (0)