Skip to content

Commit

Permalink
🐛 fix docs not building
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispahm committed Jul 27, 2023
1 parent 98ec93b commit 1e09e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"build": "rollup -c && node createTypes.mjs",
"build:dev": "rollup -c -w",
"test": "tape test/tests/*.mjs",
"prepublish": "npm run build",
"performance": "node test/performance.mjs",
"docs:generate": "cd docs && rm -rf ./functions && node generate-md-from-jsdoc.mjs",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit 1e09e52

Please sign in to comment.