mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
chore: use npm trusted publishing (#8675)
**Motivation** Use more secure way publish a release. **Description** - Use `npm` [trusted publishing](https://docs.npmjs.com/trusted-publishers) --------- Co-authored-by: Matthew Keil <me@matthewkeil.com>
This commit is contained in:
@@ -40,5 +40,13 @@
|
||||
"../../node_modules/@types",
|
||||
"../../types",
|
||||
],
|
||||
|
||||
// TODO: This is a workaround to fix the error came after adding `@lerna-lite/version`
|
||||
// Need to be cleared and cleaned this config later
|
||||
//
|
||||
// @lodestar/params: error TS2688: Cannot find type definition file for 'parse-path'.
|
||||
// @lodestar/params: The file is in the program because:
|
||||
// @lodestar/params: Entry point for implicit type library 'parse-path'
|
||||
"types": ["node", "bun", "snappyjs", "mitt", "vitest"],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user