strapi
strapi copied to clipboard
Contribution documentation is misleading
Bug report
Required System information
- Node.js version:
- NPM version:
- Strapi version:
- Database:
- Operating system:
- Is your project Javascript or Typescript:
Describe the bug
A clear and concise description of what the bug is.
When following step 5 it throws an error Usage Error: Couldn't find a script named "develop".
cd ./packages/core/admin
yarn develop
Steps to reproduce the behavior
- Go to CONTRIBUTING.md
- Follow steps till 5
- Try step 5
- See error
Usage Error: Couldn't find a script named "develop".
Expected behavior
Contribution version of repo works as expected or documentation updated on how to work with dev version of strapi.
Screenshots
Code snippets
The package json does not contain the script suggested in documentation
Facing this issue. Any update on this?
I found the same issue, I noticed the develop command was removed on this commit
Apparently we need to use yarn watch now, that is what I am trying.
This issue has been mentioned on Strapi Community Forum. There might be relevant details there:
https://forum.strapi.io/t/how-to-contribute-to-strapi-unable-to-see-changes-made-to-the-admin-package/36811/1