refactor: extract components to plugin repo (#1933)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"start": "react-native start",
|
||||
"tsc": "tsc --noEmit",
|
||||
"upgrade:snjs": "ncu -u '@standardnotes/*'",
|
||||
"bundle:web": "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/"
|
||||
"bundle:web": "mkdir -p html/Web.bundle/src/web-src/ && cp -r ../web/dist/. html/Web.bundle/src/web-src/"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
@@ -63,12 +63,5 @@
|
||||
"react-native-version-info": "^1.1.1",
|
||||
"react-native-webview": "11.23.1",
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
},
|
||||
"componentsCdn": {
|
||||
"dev": "https://cdn.jsdelivr.net/gh/standardnotes/app@",
|
||||
"prod": "https://cdn.jsdelivr.net/gh/standardnotes/app@"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user