We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28829c commit 03a302fCopy full SHA for 03a302f
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"lint": "npx eslint ./src --ignore-pattern node_modules --ext .js,.ts",
16
"ts:check": "npx tsc --noEmit",
17
- "build": "npx tsc",
+ "build": "rm -rf dist && npx tsc",
18
"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",
19
"prepare": "yarn build",
20
"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