Skip to content

Commit

Permalink
fix: add missing build step before doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Dec 4, 2024
1 parent 7aad414 commit dd37355
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 @@ -36,6 +36,7 @@
"release": "changelogen --release --push --publish",
"doc": "typedoc",
"doc:serve": "typedoc --watch & serve doc",
"predoc": "vite build",
"postdoc": "vite build --config vite.playground.config.ts"
},
"peerDependencies": {
Expand Down

0 comments on commit dd37355

Please sign in to comment.