We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm ci
npm install
1 parent 38241fc commit 00cd6d5Copy full SHA for 00cd6d5
.gitpod.yml
@@ -1,23 +1,13 @@
1
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2
tasks:
3
- - name: npm
4
- init: npm install
+ - init: npm ci
5
command: npm run dev
6
7
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
8
ports:
9
- port: 8080
10
onOpen: open-preview
11
12
-github:
13
- prebuilds:
14
- addBadge: true
15
- addComment: false
16
- addCheck: true
17
- master: true
18
- branches: true
19
- pullRequestsFromForks: true
20
-
21
vscode:
22
extensions:
23
- davidanson.vscode-markdownlint
0 commit comments