CI should fail when `npm run toc` hasn't been run
See original GitHub issueI noticed that npm run toc
hadn’t been run on CONTRIBUTING.md
. Probably it would be a good idea to check in CI that npm run toc
does not produce any changes to the tree.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
npm-ci
Run all build scripts (ie, preinstall , install , and postinstall ) scripts for installed packages in the foreground process, sharing standard input,...
Read more >reactjs - npm start and npm run build fail with npm ERR! code ...
I have had this error many times. After npm install create-react-app , check if create-react-app has been installed with the command ...
Read more >how to run a script without logging that that stupid npm error if ...
The npm run test:nyan will run the PREVIOUS command without the ugly error, BUT it wont run it with the reporter added. 4...
Read more >asyncio run cannot be called from a running event loop
If debug is True, the event loop will be run in debug mode. ... loop. ext import commands intents = discord. loop. run...
Read more >Migrating from npm - Yarn
If you get an error, please check for an existing issue or report it to the Yarn issue tracker. When you run either...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve run into another bug with
toc-bot
where it would create empty commits: https://github.com/pholleran/toc-me/issues/13Other than that I think we are good 😃
Yeah I think we can get rid of
markdown-toc
👍Yeah I think we can remove it now, but we should update https://github.com/nock/nock/blob/beta/CONTRIBUTING.md#generate-readme-toc and mention that it’s generated automatically now, but maybe also explain how to generate it locally using
npx
?