Skip to content

Commit

Permalink
update project name, add HostWorkingDir (#1)
Browse files Browse the repository at this point in the history
* update project name

* add HostWorkingDir
  • Loading branch information
Morgy93 committed Oct 4, 2023
1 parent f306441 commit a6a5a31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions commands/web/bun
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
## Usage: bun
## Example: "ddev bun"
## ExecRaw: true
## HostWorkingDir: true

bun "$@"
4 changes: 2 additions & 2 deletions install.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ddev-bun
name: bun

project_files:
- commands/web/bun
- web-build/Dockerfile.ddev-bun
- web-build/Dockerfile.bun
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
setup() {
set -eu -o pipefail
export DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )/.."
export TESTDIR=~/tmp/ddev-bun
export TESTDIR=~/tmp/test-bun
mkdir -p $TESTDIR
export PROJNAME=ddev-bun
export PROJNAME=test-bun
export DDEV_ADDON=Morgy93/ddev-bun
export DDEV_NON_INTERACTIVE=true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
Expand Down
File renamed without changes.

0 comments on commit a6a5a31

Please sign in to comment.