Skip to content

Commit

Permalink
Fix publish (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ller0 committed Dec 26, 2022
1 parent 59f6175 commit af880fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tslint.json
**/*.spec.*
coverage
*.log
.turbo
5 changes: 4 additions & 1 deletion packages/inverter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"dependencies": {
"@fridgefm/inverter": "0.2.4"
},
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/inverter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"dev": "tsc -p tsconfig.json --watch",
"test:typecheck": "tsc -p tsconfig.json --noEmit"
},
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}

0 comments on commit af880fd

Please sign in to comment.