Make private in package.json again to fix build
This commit is contained in:
@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user