Skip to content

Commit

Permalink
refactor: rename build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pajecawav committed Feb 8, 2024
1 parent 71a00c2 commit e913a36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"dev": "pnpm build:languages && next dev",
"build": "FORCE_COLOR=1 run-s -l build:languages build:sitemap build:app",
"build:languages": "tsx scripts/languages.ts",
"build:sitemap": "tsx scripts/sitemap.ts",
"build:languages": "tsx scripts/build-languages.ts",
"build:sitemap": "tsx scripts/build-sitemap.ts",
"build:app": "next build",
"start": "next start",
"prepare": "husky install",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e913a36

Please sign in to comment.