Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gitpod-setup] remove the build task to make the server startup fast + make the description more precise. #392

Merged
merged 2 commits into from
Apr 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[gitpod-setup] remove the build task to make the server startup fast.
  • Loading branch information
nisarhassan12 committed Mar 19, 2020
commit ca7498e75088df9460548dbf9d308c96fd7449a9
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: npm install && npm run build
- init: npm install
command: npm run start
ports:
- port: 3000
Expand Down