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

Clean up remaining references to npm #319

Open
pdubroy opened this issue Aug 20, 2021 · 0 comments
Open

Clean up remaining references to npm #319

pdubroy opened this issue Aug 20, 2021 · 0 comments
Labels

Comments

@pdubroy
Copy link
Contributor

pdubroy commented Aug 20, 2021

Here's the contents of the npm-refs file that contained all the places that still needed to be cleaned up:

CONTRIBUTING.md:17:Also, please ensure the tests pass (using `npm test`) and that there are no
doc/contributor-guide.md:21:    npm install
doc/contributor-guide.md:23:_Note: the `postinstall` script (which is automatically run by `npm install`)
doc/contributor-guide.md:29:* Use `npm test` to run the unit tests.
doc/contributor-guide.md:30:* `npm run test-watch` re-runs the unit tests every time a file changes.
doc/contributor-guide.md:31:* `npm run build` builds [dist/ohm.js](./dist/ohm.js) and [dist/ohm.min.js](./dist/ohm.min.js),
doc/contributor-guide.md:34:  `npm run bootstrap` to re-build Ohm and test your changes.
doc/contributor-guide.md:42:When you run `npm install` in an Ohm checkout, it will automatically install

README.md:193:    npm install
README.md:201:* `npm test` runs the unit tests.
README.md:202:* `npm run test-watch` re-runs the unit tests every time a file changes.
README.md:203:* `npm run build` builds [dist/ohm.js](./dist/ohm.js) and [dist/ohm.min.js](./dist/ohm.min.js),
README.md:205:* When editing Ohm's own grammar (in `src/ohm-grammar.ohm`), run `npm run bootstrap` to re-build Ohm
README.md:208:Before submitting a pull request, be sure to add tests, and ensure that `npm run prepublish` runs
@pdubroy pdubroy added the chore label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant