Skip to content

Add a watch script #38

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

Merged
merged 1 commit into from
Oct 6, 2018
Merged

Add a watch script #38

merged 1 commit into from
Oct 6, 2018

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Oct 6, 2018

Add a yarn watch command.

@soyuka soyuka merged commit 9b2a440 into api-platform:master Oct 6, 2018
@@ -43,7 +43,8 @@
"lint": "eslint src && flow check",
"fix": "eslint --fix src",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"build": "babel src -d lib --ignore '*.test.js'"
"build": "babel src -d lib --ignore '*.test.js'",
"watch": "babel src -d lib --ignore '*.test.js' --watch"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the scripts could be sorted alphabetically. 😆

@dunglas dunglas deleted the watch branch October 6, 2018 12:48
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.

3 participants