We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
npm run examples
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
The text was updated successfully, but these errors were encountered:
This was added in PR #580.
Sorry, something went wrong.
jbeezley
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: