Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Update contributors docs
  • Loading branch information
Danny McCormick committed Jun 5, 2019
commit 7f95d99c6f52ba3d196c0c8dd42b5117cdd215d3
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 11 additions & 6 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Contributors


# Checkin
### Checkin

- Do checkin source (src)
- Do checkin build output (lib)
- Do checkin runtime node_modules
- Do not checkin
- Do not checkin devDependency node_modules (husky can help see below)

# Adding a dev dependency
### Husky

Remember to update .gitignore.
We run [Husky](https://github.com/typicode/husky) before each commit to ensure that formatting and checkin rules are followed. To make sure Husky runs correctly, please use the following workflow:

# Updating toolkit dependency
```
npm install # installs all devDependencies including Husky
git add abc.ext # Add the files you've changed. This should include files in src, lib, and node_modules (see above)
git commit -m "Informative commit message" # Commit. This will run Husky
```

Until released publically, update tgz packages in toolkit
Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) as well as pruning out devDependencies using `npm prune --production`.
It will also make sure these changes are appropriately included in your commit (no further work is needed)
22 changes: 0 additions & 22 deletions node_modules/@babel/code-frame/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/@babel/code-frame/README.md

This file was deleted.

173 changes: 0 additions & 173 deletions node_modules/@babel/code-frame/lib/index.js

This file was deleted.

56 changes: 0 additions & 56 deletions node_modules/@babel/code-frame/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/@babel/core/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/@babel/core/README.md

This file was deleted.

Loading