Skip to content

Commit

Permalink
Run the build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericadamski committed Jun 9, 2024
1 parent f1c48a1 commit d3a439b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whoisit",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -11,7 +11,8 @@
],
"scripts": {
"test": "jest",
"build": "esbuild index.ts --bundle --platform=node --outdir=dist --minify && tsc"
"build": "esbuild index.ts --bundle --platform=node --outdir=dist --minify && tsc",
"prepublish": "yarn build"
},
"packageManager": "yarn@4.2.2",
"devDependencies": {
Expand Down

0 comments on commit d3a439b

Please sign in to comment.