Skip to content

Commit e130cff

Browse files
committed
build: Add npm run clean command
1 parent 1fefbdc commit e130cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"icons": "npx react-native-svg-app-icon",
1313
"splash": "react-native-bootsplash generate splash.svg --platforms=android,ios --background=000000 --logo-width=100 --flavor=main && rm -rf assets",
1414
"lint": "eslint .",
15+
"clean": "npx react-native-clean-project",
1516
"start": "react-native start",
1617
"test": "jest"
1718
},

0 commit comments

Comments
 (0)