Skip to content

Commit

Permalink
docs: Added npm run example
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Oct 24, 2024
1 parent a521c5e commit 49fd124
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 @@ -12,6 +12,7 @@
"changelog:preview": "conventional-changelog -p angular -u",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "shx rm -rf session dist",
"example": "node ./examples/basic/index.js",
"commit": "cz",
"docs:build": "npm run docs:clean && typedoc && npm run docs:copy-images",
"docs:clean": "shx rm -rf api-docs",
Expand Down

0 comments on commit 49fd124

Please sign in to comment.