Skip to content

Commit

Permalink
Bad merge - Missing npm run publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jan 11, 2024
1 parent 7dcd5ca commit 9e15a58
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 @@ -44,7 +44,8 @@
"test": "npx ts-mocha test/{,**}/*.spec.ts",
"build": "npm run cp-package-json && npx tsc",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"publish": "node dist/publish.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9e15a58

Please sign in to comment.