Skip to content

Commit 5abfa5e

Browse files
Update maintainer's guide to clarify release instructions (#1556)
1 parent 85bf475 commit 5abfa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Releasing can feel intimidating at first, but rest assured: if you make a mistak
7575
7. Publish the release to npm
7676
- To publish, you need to be a member of the `slack Org` on npm and set up 2-Factor Auth with your passsword generator of choice. Before you can publish with npm, you must run `npm login` from the command line.
7777

78-
- As the final validation, run `mv package-lock.json package-lock.json.bk && rm -rf node_modules/ dist/ && npm i && npm test && npm pack` and confirm if there are `*.js`, `*.d.ts` files under the `dist` directory.
78+
- As the final validation, within the package directory (ex: `packages/types`), run `mv package-lock.json package-lock.json.bk && rm -rf node_modules/ dist/ && npm i && npm test && npm pack` and confirm if there are `*.js`, `*.d.ts` files under the `dist` directory.
7979

8080
- Run `npm publish . --otp YOUR_OTP_CODE`. To generate an OTP (One Time Password), use your password generator of choice (Duo, 1Password)
8181

0 commit comments

Comments
 (0)