Skip to content

Commit ec01b53

Browse files
committed
Add clean npm script
1 parent 7700c12 commit ec01b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-is-edge-to-edge/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"system-bars"
2727
],
2828
"scripts": {
29-
"build": "tsup && tsc --emitDeclarationOnly"
29+
"clean": "rm -rf dist",
30+
"build": "yarn clean && tsup && tsc --emitDeclarationOnly"
3031
},
3132
"peerDependencies": {
3233
"react": ">=18.2.0",

0 commit comments

Comments
 (0)