This solution contains SPFx web parts for the project level.
This solution contains SPFx web parts for the project level.
_Published to npm as pp365-projectwebparts_
config/serve.sample.json and name it serve.jsonnpm run serveAfter the current version in package.json add a hyphen -, an issue number and an index.
Example for version 1.5.0
You're working on issue #5900, and want the other packages to get the updates from pp365-shared.
Add the following to the version in package.json: -5900.1
The full version will then be 1.5.0-5900.1.
Run the npm script publish:temp to publish your new changes.
Need to more changes? Update the index on the end of the version number and run publish:temp again.
``powershell``
npm run-script publish:temp