Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 01fabf8

Browse files
updated gitpod yml
1 parent 5523f9f commit 01fabf8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ storage/*.key
2929
.env
3030
Homestead.yaml
3131
Homestead.json
32+
*.lock
3233

3334
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
3435
.rocketeer/

‎.gitpod.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ ports:
99
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
1010
tasks:
1111
- init: composer install
12-
command: composer dump-autoload
13-
- command: cp .env.example .env
14-
- command: php artisan dusk
12+
command: composer dump-autoload && cp .env.example .env && php artisan dusk

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /