Skip to content

Commit

Permalink
build: separated docs build from main build
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Mar 5, 2024
1 parent f31fe0f commit eb08d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"preview": "vitepress preview docs"
},
"dependencies": {
"vitepress": "^1.0.0-rc.44",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"docs"
],
"scripts": {
"build": "npm run -ws build",
"docs:build": "npm run -w streamsync-docs docs:build",
"docs:dev": "npm run -w streamsync-docs docs:dev",
"docs:preview": "npm run -w streamsync-docs docs:preview",
"build": "npm run -w streamsync-ui build",
"custom.build": "npm run -w streamsync-ui custom.build",
"e2e": "npm run -w streamsync-e2e test",
"e2e:ui": "npm run -w streamsync-e2e test:ui",
Expand Down

0 comments on commit eb08d1d

Please sign in to comment.