UNPKG

337 BMarkdownView Raw
1# Pro Job Runner
2
3This code runs jobs for Ionic Pro, such as `build-app`, `build-android`, and
4`build-ios`.
5
6### Dev
7
8```
9npm install
10npm run build
11```
12
13### Tests
14
15```
16npm run test
17```
18
19### Release
20
21Staging:
22
23```
24npm publish --tag staging --otp=123456
25```
26
27Production:
28
29```
30npm dist-tag add @ionic/pro-jobs@0.4.0 latest --otp=123456
31```