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
"build.native": "npm run build.android && npm run build.ios",
"build.angular": "lerna run build.angular",
"build": "lerna run build",
"demo.ios": "npm run build && cd ./demo && tns run ios",
"demo.android": "npm run build && cd ./demo && tns run android",
"plugin.watch.tsc": "npm run tsc -- -w",
"plugin.watch.android": "npm i && npm-watch build.android",
"plugin.watch.ios": "npm i && npm-watch build.ios",
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios",
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish",
"publish.major": "npm run build && lerna publish major --create-release=github --force-publish",