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

Fix bash operator in the npm script #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix bash operator in the npm script #7

wants to merge 1 commit into from

Conversation

cjpatoilo
Copy link

@cjpatoilo cjpatoilo commented Jan 15, 2019

Issue

Has an error in the command of the npm script when run npm run dev.

Main changes

@cjpatoilo cjpatoilo changed the title Small fix Fix bash operator in the npm script Oct 23, 2019
@enovikov11
Copy link

@cjpatoilo One ampersand is not an error, && means run one command, then another, but & means run them concurrently. Please close PR

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

Successfully merging this pull request may close these issues.

2 participants