Skip to content

Commit

Permalink
chore(npm): add missing prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Nov 22, 2022
1 parent bc7c4e5 commit fa7dc32
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 @@ -11,7 +11,8 @@
"lint": "eslint src/ test/",
"prettycheck": "prettier --check src/ test/",
"typecheck": "tsc --noEmit",
"test": "npm run lint && npm run prettycheck && npm run typecheck"
"test": "npm run lint && npm run prettycheck && npm run typecheck",
"publishOnly": "npm run build"
},
"author": "Olivier Louvignes <olivier@mgcrea.io>",
"license": "MIT",
Expand Down

0 comments on commit fa7dc32

Please sign in to comment.