We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0419678 commit b1d0ddeCopy full SHA for b1d0dde
package.json
@@ -18,7 +18,7 @@
18
"homepage": "https://github.com/callstackincubator/react-native-node-api#readme",
19
"scripts": {
20
"build": "tsc --build",
21
- "clean": "tsc --build --clean",
+ "clean": "tsc --build --clean && git clean -fdx -e node_modules",
22
"dev": "tsc --build --watch",
23
"lint": "eslint .",
24
"prettier:check": "prettier --experimental-cli --check .",
0 commit comments