Skip to content

Commit

Permalink
chore: updated clean & nuxt dev commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Dec 27, 2022
1 parent 227c831 commit 7baf356
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 61 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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/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",
"clean": "rimraf packages/anu-vue/dist && rimraf packages/anu-nuxt/dist && rimraf packages/anu-nuxt/playground/.nuxt && rimraf packages/preset-theme-default/dist",
"release": "bumpp package.json packages/**/package.json",
"lint": "pnpm --filter anu-vue lint",
"update:deps": "taze -r -w --install",
Expand Down
4 changes: 2 additions & 2 deletions packages/anu-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dist"
],
"scripts": {
"build": "pnpm dev:prepare && pnpm nuxt-module-build",
"dev": "pnpm dev:prepare && nuxi dev playground",
"build": "pnpm dev:prepare && pnpm gen-imports && pnpm nuxt-module-build",
"dev": "pnpm dev:prepare && pnpm gen-imports && nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"gen-imports": "na tsx ../../scripts/update-nuxt.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/anu-nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"private": true,
"name": "my-module-playground",
"devDependencies": {
"@anu-vue/preset-theme-default": "workspace:^0.11.0",
"@iconify-json/bx": "^1.1.5",
"@unocss/nuxt": "^0.46.5"
},
"dependencies": {
"@anu-vue/preset-theme-default": "workspace:*"
}
}
104 changes: 47 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7baf356

Please sign in to comment.