How do I publish a fork of the repo to npm

I've been trying to publish a fork of drizzle-orm to npm but I keep getting
npm ERR! code EUSAGE
npm ERR! Automatic provenance generation not supported for provider: null

npm ERR! A complete log of this run can be found in: /Users/visiononyeaku/.npm/_logs/2024-02-24T18_58_04_265Z-debug-0.log
npm ERR! code EUSAGE
npm ERR! Automatic provenance generation not supported for provider: null

npm ERR! A complete log of this run can be found in: /Users/visiononyeaku/.npm/_logs/2024-02-24T18_58_04_265Z-debug-0.log
When running:
$ npm run pack
$ npm run publish
$ npm run pack
$ npm run publish
in drizzle-orm folder.
3 Replies
Vision2023
Vision20235mo ago
@solo
Mykhailo
Mykhailo5mo ago
Hello, @Vision2023! Unfortunately, I am not familiar with publishing packages on npm, but as I see this error indicates problem with provenance generation. You might find some info in the internet about it.
Vision2023
Vision20235mo ago
Ok