Skip to content

Commit

Permalink
ci: updated docs build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 30, 2022
1 parent 52ca744 commit b1e84c0
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 @@ -8,7 +8,7 @@
"dev": "pnpm --filter @anu-vue/preset-theme-default stub && pnpm --filter anu-vue dev",
"build": "pnpm -r --filter=./packages/* run build",
"docs:dev": "pnpm --filter @anu-vue/documentation dev",
"docs:build": "pnpm --filter anu-vue build && pnpm --filter @anu-vue/documentation build",
"docs:build": "pnpm --filter anu-vue build && pnpm --filter @anu-vue/preset-theme-default build && pnpm --filter @anu-vue/documentation build",
"clean": "rimraf packages/anu-vue/dist && rimraf packages/anu-nuxt/dist && rimraf packages/preset-theme-default/dist",
"release": "bumpp package.json packages/**/package.json",
"lint": "pnpm --filter anu-vue lint",
Expand Down

0 comments on commit b1e84c0

Please sign in to comment.