Skip to content

Commit afe877d

Browse files
committed
always clear when building
1 parent bdfde7c commit afe877d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "expo start --web --clear",
88
"lint": "eslint .",
9-
"build": "expo export --platform web --output-dir ../../dist/client"
9+
"build": "expo export --platform web --output-dir ../../dist/client --clear"
1010
},
1111
"dependencies": {
1212
"@code-glue/server": "workspace:*"

0 commit comments

Comments
 (0)