Skip to content

Commit

Permalink
website - updating the command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 7, 2024
1 parent 497c6c8 commit 4398ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:ci": "echo 'no tests needed'",
"test": "echo 'no tests needed'",
"generate-docs": "rimraf ./dist && ts-node ./src/docs.ts",
"build": "yarn generate-docs && docula build",
"website:build": "yarn generate-docs && docula build",
"build-serve": "yarn clean && yarn generate-docs && docula serve",
"clean": "rimraf ./dist ./docs/compression ./docs/test-suite ./docs/storage-adapters",
"website:serve": "docula serve"
Expand Down

0 comments on commit 4398ba0

Please sign in to comment.