Skip to content

Commit 00cd6d5

Browse files
authored
Use npm ci instead of npm install (#544)
1 parent 38241fc commit 00cd6d5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.gitpod.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
22
tasks:
3-
- name: npm
4-
init: npm install
3+
- init: npm ci
54
command: npm run dev
65

76
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
87
ports:
98
- port: 8080
109
onOpen: open-preview
1110

12-
github:
13-
prebuilds:
14-
addBadge: true
15-
addComment: false
16-
addCheck: true
17-
master: true
18-
branches: true
19-
pullRequestsFromForks: true
20-
2111
vscode:
2212
extensions:
2313
- davidanson.vscode-markdownlint

0 commit comments

Comments
 (0)