Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax problem #3

Closed
ghost opened this issue Jun 26, 2017 · 2 comments
Closed

Syntax problem #3

ghost opened this issue Jun 26, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 26, 2017

Hello,

I'm trying to use your module on
npm 3.10.10
visual studio code : powershell terminal
Windows 10

I have use the script normally, it clone and build perfectly.
But it doesn't execute any "execSync" starting with blank line.

The only way for me to make it work perfectly is to put everything on the same line.

Exemple if I want "push" to work I must change :

execSync(`
    cd ${config.folder} &&
    git push --tags ${config.repository} ${config.branch}
`, { cwd });

to :

execSync('cd ${config.folder} && git push --tags ${config.repository} ${config.branch}', { cwd });

anyway, thanks you for you job ;)

@tiagosomda
Copy link

tiagosomda commented Jul 3, 2017

ha! same problem here.
I fixed it just like you mentioned, but the pull request continuous integration seems to be failing due to some syntax req: #4

@finom finom closed this as completed in 86db3c5 Jul 4, 2017
@finom
Copy link
Owner

finom commented Jul 4, 2017

@ixoh @tiagosomda let me know if you still get the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants