Skip to content

Commit 0b593bf

Browse files
committed
chore: link to s3 bucket with https, add "npm ci" to build instructions
1 parent 2e53fba commit 0b593bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Handlebars utilizes the [release yeoman generator][generator-release] to perform
9090
A full release may be completed with the following:
9191

9292
```
93+
npm ci
9394
yo release
9495
npm publish
9596
yo release:publish components handlebars.js dist/components/
@@ -104,7 +105,7 @@ in those places still point to the latest version
104105

105106
* [The npm-package](https://www.npmjs.com/package/handlebars) (check latest-tag)
106107
* [The bower package](https://github.com/components/handlebars.js) (check the package.json)
107-
* [The AWS S3 Bucket](http://builds.handlebarsjs.com.s3.amazonaws.com/) (check latest-tag)
108+
* [The AWS S3 Bucket](https://s3.amazonaws.com/builds.handlebarsjs.com) (check latest-tag)
108109
* [RubyGems](https://rubygems.org/gems/handlebars-source)
109110

110111
When everything is OK, the handlebars site needs to be updated to point to the new version numbers. The jsfiddle link should be updated to point to the most recent distribution for all instances in our documentation.

0 commit comments

Comments
 (0)