UNPKG

205 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const shell = require('shelljs')
4
5process.env.CORDOVA = true
6
7shell.exec('npm run build')
8shell.exec('npm run ios:copy')
9
10shell.cd('.cordova')
11shell.exec('cordova run ios --emulator')