Skip to content

Commit

Permalink
Add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Oct 11, 2024
1 parent a16a144 commit c36911e
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 @@ -48,7 +48,8 @@
"build": "npm run build:dist && npm run build:readme && npm run build:pages",
"build:dist": "tshy",
"build:pages": "next build demo && touch docs/.nojekyll",
"build:readme": "tsdoc --src=src/index.ts"
"build:readme": "tsdoc --src=src/index.ts",
"prepare": "npm run build:dist"
},
"devDependencies": {
"@types/node": "22.7.5",
Expand Down

0 comments on commit c36911e

Please sign in to comment.