Skip to content

Commit

Permalink
add build-doppler command
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford committed Jan 11, 2024
1 parent 8e52fd4 commit 41688ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ellipsis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workspace_type: "github_codespaces"
commands:
- name: "build"
description: "Make sure everything still works."
command: "yarn build"
command: "yarn build-doppler"
return_output_on_success: false
auto_repair: true
- name: "lint_fix"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "doppler run --project=talk-form-ai --config=dev -- next dev",
"dev-gitpod": "next dev",
"build": "next build",
"build-doppler": "doppler run --project=talk-form-ai --config=dev -- yarn build",
"start": "next start",
"lint": "next lint",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit 41688ac

Please sign in to comment.