Skip to content

Commit

Permalink
fix: enable beachball publish package with public access
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Sep 26, 2023
1 parent 7fd8606 commit 0d82361
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions beachball.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// @ts-check
/** @type {import('beachball').BeachballConfig} */
module.exports = {
access: "public",
registry: 'https://registry.npmjs.org',
ignorePatterns: [
'.*ignore',
'prettier.config.cjs',
'eslintrc.js',
'jest.*.js',
'.pnpm-store/**',
'.vscode/**',
'pnpm-lock.yaml',
],
};

0 comments on commit 0d82361

Please sign in to comment.