Skip to content

Commit

Permalink
fix(answer-corrector): fix publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Feb 19, 2021
1 parent b209c6d commit 2791d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/answer-corrector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"build": "tsc --build"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"js-levenshtein": "1.1.6"
},
Expand Down

1 comment on commit 2791d36

@vercel
Copy link

@vercel vercel bot commented on 2791d36 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.