Skip to content

Commit

Permalink
Fix name of prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Aug 19, 2022
1 parent b429e76 commit 09072b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/steamdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:base": "tsc",
"build:esm": "tsc -p tsconfig.esm.json",
"test": "jest",
"prePublishOnly": "yarn build"
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 09072b0

@vercel
Copy link

@vercel vercel bot commented on 09072b0 Aug 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

steamdown – ./

steamdown-spenserblack.vercel.app
steamdown.vercel.app
steamdown-git-main-spenserblack.vercel.app

Please sign in to comment.