Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit bc8efe5

Browse files
Update deployment instructions to reference yarn
1 parent 025e143 commit bc8efe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Deploying Closure Compiler to NPM
22

3+
*You now need yarn installed - `npm install -g yarn`*
4+
35
1. Update the compiler submodule pointer to the tagged release.
46
* change to the '/compiler' folder
57
* `git checkout` the correct tag/commit
68
* change back to the root folder and commit this change
79
2. Update the package version number in `package.json`. The major version should be equal to the compiler version
810
and the minor and patch numbers should be `0`. Example: 20160619.0.0.
9-
3. Run the tests: `npm install && npm test`.
11+
3. Run the tests: `yarn install && yarn test`.
1012
3. Commit the changes from steps 1 & 2 and tag the commit.
1113
4. Push the changes and tag. If the tests all pass, Travis-CI will automatically publish the new release to the
1214
npm registry.

0 commit comments

Comments
 (0)