fix: don't enable screens for modal stacks

This commit is contained in:
satyajit.happy
2019-07-08 02:56:58 +02:00
parent a916729e7d
commit e8b7937f9e
4 changed files with 39 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"bootstrap": "yarn && yarn example"
"bootstrap": "yarn example && yarn"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"