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.
2 parents 5fef094 + a330723 commit 4840f67Copy full SHA for 4840f67
.gitpod.yml
@@ -1,6 +1,6 @@
1
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2
tasks:
3
- - init: npm install # runs during prebuild
+ - init: npm install --ignore-scripts # runs during prebuild
4
command: npm start
5
6
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
0 commit comments