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

npm run examples #560

Closed
aashish24 opened this issue Apr 15, 2016 · 1 comment
Closed

npm run examples #560

aashish24 opened this issue Apr 15, 2016 · 1 comment
Assignees

Comments

@aashish24
Copy link
Member

aashish24 commented Apr 15, 2016

Currently to run examples, we need to run grunt (I don't know any other way). It would be nice to have npm run examples or something similar.

Here is the output of list on npm run.

[chaudhary@einstein src.git (geojson-combine-features)]$ npm run -l
Lifecycle scripts included in geojs:
  test
    karma start karma-cov.conf.js --single-run
  start
    karma start karma.conf.js

available via `npm run-script`:
  build
    webpack --config webpack.config.js && webpack --config external.config.js
  lint
    eslint --cache src Gruntfile.js tests
  ci
    karma start karma-cov.conf.js --single-run --browsers PhantomJS
  codecov
    cat lcov/*/lcov.info | codecov
@manthey manthey changed the title npm rum examples npm run examples Jun 9, 2016
@manthey
Copy link
Contributor

manthey commented Jun 9, 2016

This was added in PR #580.

@manthey manthey closed this as completed Jun 9, 2016
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

3 participants