Skip to content

Commit

Permalink
[chore] update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Feb 15, 2018
1 parent e61ea31 commit 1a21891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclap.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const runAppTest = (dir, forceLocal) => {

return exec(
{ cwd: dir },
`eval "$(fyn bash)" && fyn -q v i && node_modules/.bin/clap ?fix-generator-eslint`
`eval "$(fyn bash)" && fyn --pg simple -q v i && node_modules/.bin/clap ?fix-generator-eslint`
).then(() => exec({ cwd: dir }, `eval "$(fyn bash)" && npm test`));
};

Expand Down

0 comments on commit 1a21891

Please sign in to comment.