Skip to content

Commit

Permalink
fix: put docker:build in correct package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Aug 13, 2023
1 parent fbf3859 commit 1813363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"run": "vite build && node build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "turbo run build",
"dev": "dotenv -- turbo run dev",
"docker:web" : " pnpm run --filter=\"web\" build && node apps/web/build",
"lint:cspell": "cspell --exclude \"apps/**/*\" --exclude \"packages/**/*\" \"**/*\"",
"lint:prettier": "prettier --check --ignore-path=.prettierignore.root .",
"lint:packages": "turbo run lint",
Expand Down

0 comments on commit 1813363

Please sign in to comment.