Skip to content

Commit

Permalink
Add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed May 20, 2022
1 parent d2358c1 commit 60e9991
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
@@ -1,11 +1,12 @@
{
"name": "@zerologin/lnurl",
"version": "0.0.3",
"version": "0.0.4",
"description": "LNURL library written in TS",
"private": false,
"scripts": {
"dev": "ts-node ./src/index.ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean && tsc -d",
"test": "node --loader=ts-node/esm bin/test.ts"
},
Expand Down

0 comments on commit 60e9991

Please sign in to comment.