Skip to content

Commit

Permalink
chore: fix TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Feb 6, 2024
1 parent bf980a6 commit 95745ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workspace.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* this is the main configuration file of your bit workspace.
* for full documentation, please see: https://bit.dev/docs/workspace/workspace-configuration
**/ {
**/{
"$schema": "https://static.bit.dev/teambit/schemas/schema.json",
/**
* main configuration of the Bit workspace.
Expand Down Expand Up @@ -82,7 +82,9 @@
"teambit.workspace/variants": {
"*": {
"teambit.pkg/pkg": {
"packageManagerPublishArgs": ["--access public"],
"packageManagerPublishArgs": [
"--access public"
],
"packageJson": {
"name": "@pnpm/{scope}.{name}",
"private": false,
Expand Down

0 comments on commit 95745ce

Please sign in to comment.