Skip to content

Commit

Permalink
Add prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 9, 2023
1 parent a7c6651 commit 9c86523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dev": "tsup --watch",
"test": "npx cross-env NODE_OPTIONS=--experimental-vm-modules jest --verbose",
"build": "tsup",
"prepublishOnly": "npm run build",
"lint": "eslint --fix --ext .ts,.js,.svelte --ignore-path .gitignore ."
},
"files": [
Expand Down Expand Up @@ -69,4 +70,4 @@
"workspaces": [
"./examples/*/"
]
}
}

0 comments on commit 9c86523

Please sign in to comment.