Skip to content

Commit

Permalink
refactor: rename nuxt to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Oct 20, 2022
1 parent 0ddf210 commit 5d8c505
Show file tree
Hide file tree
Showing 42 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ node_modules
*.log
coverage
.cache
docs

!deprecated/packages/docs
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"private": true,
"scripts": {
"dev": "concurrently \"pnpm:dev:*\"",
"dev:nuxt": "pnpm --filter nuxt-example dev",
"dev:docs": "pnpm --filter docs dev",
"dev:viteplay": "pnpm --filter viteplay-example dev",
"build": "pnpm --filter vue-final-modal build",
"test": "pnpm --filter vue-final-modal test",
"build:vfm": "pnpm --filter vue-final-modal build",
"build:docs": "pnpm --filter docs build",
"test:vfm": "pnpm --filter vue-final-modal test",
"lint": "eslint . --ext=.ts,.vue --fix",
"typecheck": "pnpm --parallel typecheck"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json → packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nuxt-example",
"name": "docs",
"private": true,
"type": "module",
"scripts": {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 5d8c505

Please sign in to comment.