Skip to content

Commit 210b157

Browse files
committed
docs: instructions for locally building typings
1 parent b71a098 commit 210b157

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
- Install dependencies with `npm install`
88
- Generate the browser distributable Javascript file with `npm run build`
99
- Or `npm run watch` to automatically build when files are modified.
10-
- This project makes use of eslint, run `npm test` for linting and basic unit testing.
10+
- This project makes use of eslint, run `npm run test:static` for linting and `npm run test:ava` for basic unit testing. If you have the types compiled you can also run `npm run test:types`.
11+
12+
## Building Typings Locally
13+
- Export GH_TOKEN as an environment variable, using a generated Personal Access Token.
14+
- `npm run build:types`
1115

1216
## Contributing Guidelines
1317
- Please use descriptive commit messages.

0 commit comments

Comments
 (0)