You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@
67
67
"update-dep:pods": "cd example/ios ; pod install --repo-update ; pod update DGSwiftUtilities ContextMenuAuxiliaryPreview ; cd ../.. ; yarn run build:update-version",
68
68
"initialize": "yarn run initialize:js ; yarn run pod-install",
69
69
"initialize:js": "yarn install ; cd example ; yarn install ; cd ..",
70
-
"initialize:reset": "npm run nuke:all ; yarn ; npm run initialize"
70
+
"initialize:reset": "npm run nuke:all ; yarn ; npm run initialize",
0 commit comments