Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
add yarn run links script (#2073)
Browse files Browse the repository at this point in the history
* add yarn run links command to display linked packages

Fixes #2036

* add a message when there are no links
  • Loading branch information
clarkbw authored and jasonLaster committed Feb 22, 2017
1 parent 20fe1fb commit 48ded84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"start": "node bin/dev-server",
"start-app": "TARGET=application node bin/dev-server",
"flow": "flow",
"links": "ls -l node_modules/ | grep ^l || echo 'no linked packages'",
"lint": "yarn run lint-css -s && yarn run lint-js -s && yarn run lint-md",
"lint-css": "stylelint src/components/*.css",
"lint-js": "eslint src",
Expand Down

0 comments on commit 48ded84

Please sign in to comment.