Skip to content

Commit

Permalink
Merge pull request #17 from pheralb/next
Browse files Browse the repository at this point in the history
📦 Fix prepublishOnly command.
  • Loading branch information
pheralb authored Jun 9, 2023
2 parents a9882e5 + 053a083 commit c0d8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dev": "tsc && swc ./src -d ./build",
"build:swc-tsc": "tsc && swc ./src -d ./build && tsc --emitDeclarationOnly --declaration --outDir build/types",
"build": "tsc && swc ./src -d ./build",
"prepublishOnly": "npm run build:swc",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
Expand Down

1 comment on commit c0d8ef1

@vercel
Copy link

@vercel vercel bot commented on c0d8ef1 Jun 9, 2023

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:

react-symbols – ./

react-symbols.vercel.app
react-symbols-pheralb.vercel.app
react-symbols-git-main-pheralb.vercel.app

Please sign in to comment.