Closed csouchet closed 4 years ago
Is your feature request related to a problem? Please describe. For the developper, we need to publish the npm package that includes several bundles and development resources.
Describe the solution you'd like
decide which account will be used for the publish
https://docs.npmjs.com/files/package.json
Additional fields for our project
Preview of dist directory -/dist bpmn-visualization.esm.js bpmn-visualization.js bpmn-visualization.d.ts
Verify the packaging name before the publishing
If needed, create the .npmignore file, in order to know what we want to keep in the generated tar.gz file
Now available on npmjs: https://www.npmjs.com/package/bpmn-visualization
Is your feature request related to a problem? Please describe. For the developper, we need to publish the npm package that includes several bundles and development resources.
Examples
Describe the solution you'd like
npmjs account
decide which account will be used for the publish
npm configuration in the repository
Packaging npm in the package.json
https://docs.npmjs.com/files/package.json
Additional fields for our project
Preview of dist directory -/dist bpmn-visualization.esm.js bpmn-visualization.js bpmn-visualization.d.ts
Verify the packaging name before the publishing
.npmignore
If needed, create the .npmignore file, in order to know what we want to keep in the generated tar.gz file