Skip to content

Commit

Permalink
fix: docs prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 26, 2025
1 parent b6f67d4 commit 2291750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ridb-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:browser": "sh test.sh -e browser",
"types": "npm run types:default",
"types:default": "npx tsc",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build && npm run docs"
},
"devDependencies": {
"esbuild": "0.21.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ridb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:browser": "sh test.sh -e browser",
"types": "npm run types:default",
"types:default": "npx dts-bundle-generator src/index.ts --no-check -o ./build/index.d.ts",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build && npm run docs"
},
"devDependencies": {
"@babel/types": "^7.26.3",
Expand Down

0 comments on commit 2291750

Please sign in to comment.