Documentation update to include a step missing that helps new users build Pulumi

This commit is contained in:
Kraig Amador 2019-05-02 10:18:02 -07:00
parent 3062ba7c4f
commit 23a52ec0bb
No known key found for this signature in database
GPG key ID: 7400C973B36F6C05
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ For historical reasons (which we'd [like to address](https://github.com/pulumi/p
Across our projects, we try to use a regular set of make targets. The ones you'll care most about are:
0. `make ensure`, which restores/installs any build dependencies
1. `make`, which builds Pulumi and runs a quick set of tests
2. `make all` which builds Pulumi and runs the quick tests and a larger set of tests.

View file

@ -5,7 +5,7 @@
#
# The default targets we use are:
#
# - ensure: restores and dependencies needed for the build from
# - ensure: restores any dependencies needed for the build from
# remote sources (e.g dep ensure or yarn install)
#
# - build: builds a project but does not install it. In the case of