Skip to content

Commit d2a6bc8

Browse files
authored
chore: improve Gitpod configuration
1 parent f608599 commit d2a6bc8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitpod.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
22
tasks:
3-
- init: npm install
3+
- init: npm ci
44
command: npm run build && npm run dev
55

66
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
77
ports:
88
- port: 3000
99
onOpen: open-preview
10-
11-
github:
12-
prebuilds:
13-
addBadge: true
14-
addComment: false
15-
addCheck: true
16-
master: true
17-
branches: true
18-
pullRequestsFromForks: true

0 commit comments

Comments
 (0)