Skip to content

Commit

Permalink
feat: build docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 15, 2024
1 parent e596056 commit a9c95ee
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 @@ -10,6 +10,7 @@
"dev:stripe": "npx concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"npm run dev\"",
"build": "npx nx run-many --target=build --projects=frontend,backend,workers,cron",
"build:frontend": "npx nx run frontend:build:production",
"build:docs": "npx nx run docs:build:production",
"dev:frontend": "npx nx run frontend:serve:development",
"dev:docs": "npx nx run docs:serve:development",
"dev:backend": "npx nx run backend:serve:development",
Expand Down

0 comments on commit a9c95ee

Please sign in to comment.