Skip to content

Commit

Permalink
fix: publish to public npm to avoid breaking CI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Aug 14, 2023
1 parent 8c11fb5 commit 32efdb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/openedx/openedx-atlas.git"
},
"publishConfig": {
"access": "public"
},
"bin": {
"atlas": "./atlas"
},
Expand Down

0 comments on commit 32efdb2

Please sign in to comment.