Skip to content

Commit

Permalink
🔨 do initial build for dev cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Mar 12, 2022
1 parent ff71868 commit faa6eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:packages": "yarn workspaces foreach --exclude redocusaurus-website --exclude redocusaurus-monorepo -tpv run build",
"build:website": "yarn workspace redocusaurus exec 'echo \\\"$npm_package_version\\\" > $PROJECT_CWD/website/version.json' && yarn workspace redocusaurus-website run build",
"clean": "yarn workspaces foreach -Atv exec \"rm -rf dist* .tsbuild*.info\"",
"dev": "concurrently 'yarn dev:packages' 'yarn dev:website'",
"dev": "yarn build:packages && yarn workspaces foreach --exclude redocusaurus-monorepo -piv run dev",
"dev:packages": "yarn workspaces foreach --exclude redocusaurus-website --exclude redocusaurus-monorepo -piv run dev",
"dev:website": "yarn workspace redocusaurus-website run dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit faa6eb1

Please sign in to comment.