Skip to content

Commit fc20bfe

Browse files
committed
chore: corrected ionic 3 failure on example
1 parent c41897b commit fc20bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// yarn examples
66
// cd examples/cordova1
77
// (plug in devices)
8+
// (ionic build if ionic 3)
89
// cordova run ios
910
// cordova run android
1011

@@ -121,7 +122,6 @@ const buildIonic3 = async () => {
121122
);
122123
await run(`ionic cordova platform add ios`, `${DIR}/${IONIC3}`);
123124
await run(`ionic cordova platform add android`, `${DIR}/${IONIC3}`);
124-
await run(`ionic build`, `${DIR}/${IONIC3}`);
125125
};
126126

127127
const installDependencies = async () => {

0 commit comments

Comments
 (0)