Skip to content

Commit 4840f67

Browse files
authored
Merge pull request #7 from gitpod-io/pde-128-disable-npm-scripts
Disable npm lifecycle scripts for security
2 parents 5fef094 + a330723 commit 4840f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
22
tasks:
3-
- init: npm install # runs during prebuild
3+
- init: npm install --ignore-scripts # runs during prebuild
44
command: npm start
55

66
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/

0 commit comments

Comments
 (0)