fix(mobile): component viewer in mobile web
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"start": "react-native start",
|
||||
"tsc": "tsc --noEmit",
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*'",
|
||||
"web:bundle": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/"
|
||||
"web:bundle": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/ && mkdir -p html/Web.bundle/src/components/assets && cp -r ../components/dist/assets/. html/Web.bundle/src/components/assets/"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
|
||||
Reference in New Issue
Block a user