Depends on D14270
Package must be built before deployment. Adding 'prepublish' command so that npm publish will build the package before publishing.
Differential D14271
[chronik-client] Add prepublish command to prevent unbuilt npm deployments bytesofman on Jul 17 2023, 04:19. Authored by
Details
Depends on D14270 Package must be built before deployment. Adding 'prepublish' command so that npm publish will build the package before publishing. Confirm spelling of "prepublish" and that npm run build builds the package
Diff Detail
Event TimelineComment Actions A few more things to consider before getting this in.
Comment Actions Remove version bump This should be added to CI. However, it's still worth adding this here for now, to prevent any accidental publishing without first running npm run build. This step will be required in eventual CI add. Comment Actions In this npm package, the actual module comes from the dist/ folder. npm run build populates the dist folder with the latest code. |