Skip to content

Commit

Permalink
fix: example dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Sep 4, 2024
1 parent 8dc59ed commit 2cad926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"prebuild": "eslint . --ext .ts",
"build": "tsc",
"validate-examples": "tsc && node dist/doc-example-files/webhook-doc-examples.js",
"validate-examples": "tsc && node dist/webhook-doc-examples.js",
"test": "jest",
"lint": "eslint . --ext .ts",
"format": "eslint . --ext .ts --fix"
Expand Down

0 comments on commit 2cad926

Please sign in to comment.