Skip to content

Commit

Permalink
ci(npm): re-add pre-publish - required for a proper release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbuddrige committed Mar 9, 2024
1 parent 869b81c commit 9df7f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "mkdir -p dist && rm -rf dist && tsc -p .",
"lint": "eslint . --ext .ts",
"build": "tsc -p .",
"test": " jest"
Expand Down

0 comments on commit 9df7f0f

Please sign in to comment.