docs: integrate Vale for documentation linting (#2242)
* added value rules * resolved errors raised by vale * added github action * fixes to github action * added details in contribution guidelines * added rule for numbers * limited checks to errors
This commit is contained in:
@@ -301,9 +301,9 @@ rm -rf node_modules
|
||||
cd <SERVER_PATH>/node_modules/<PLUGIN_NAME>
|
||||
npm install
|
||||
cd <PLUGIN_PATH>
|
||||
npm build
|
||||
npm run build
|
||||
cd <SERVER_PATH>
|
||||
npm start
|
||||
npm run start
|
||||
```
|
||||
|
||||
Where `<SERVER_PATH>` is the path to your Medusa server, `<PLUGIN_PATH>` is the path to your plugin and `<PLUGIN_NAME>` is the name of your plugin as it is in your plugin `package.json` file.
|
||||
|
||||
Reference in New Issue
Block a user