Skip to content

Commit

Permalink
adding in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 8, 2024
1 parent 6d65d6b commit 69d89e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test:ci": "echo 'no tests needed'",
"test": "echo 'no tests needed'",
"generate-docs": "rimraf ./dist && ts-node ./src/docs.ts",
"build": "yarn website: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",
Expand Down

0 comments on commit 69d89e8

Please sign in to comment.