Skip to content

Commit

Permalink
fix: update build process to include nuxt build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jan 20, 2025
1 parent 8b7b365 commit 8745027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"build:cli": "rimraf ./bin && tsc --project ./cli/tsconfig.json && chmod u+x ./bin/index.js",
"build:docs": "vitepress build docs",
"build:kongponents": "pnpm typecheck && vite build && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
"build:plugins": "pnpm --filter ./plugins build",
"build:visualize": "cross-env-shell BUILD_VISUALIZER=true vite build -m production",
"build": "pnpm build:cli && pnpm stylelint && pnpm lint && pnpm build:kongponents && pnpm build:docs",
"build:ci": "pnpm build:kongponents && pnpm build:docs",
"build": "pnpm build:cli && pnpm stylelint && pnpm lint && pnpm build:kongponents && pnpm build:plugins && pnpm build:docs",
"build:ci": "pnpm build:kongponents && pnpm build:plugins && pnpm build:docs",
"commit": "cz",
"create-kongponent": "node ./bin/index.js",
"sandbox:dev": "cross-env USE_SANDBOX=true vite",
Expand Down

0 comments on commit 8745027

Please sign in to comment.