Make private in package.json again to fix build

This commit is contained in:
Jackson Harper
2023-10-24 12:58:01 +08:00
parent 6bce5b5e19
commit 2d47198a3f

View File

@ -2,7 +2,7 @@
"name": "omnivore-app",
"version": "1.0.0",
"description": "",
"private": false,
"private": true,
"workspaces": [
"packages/*"
],
@ -40,4 +40,4 @@
"yarn": "1.22.19"
},
"dependencies": {}
}
}