You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@
7
7
- Install dependencies with `npm install`
8
8
- Generate the browser distributable Javascript file with `npm run build`
9
9
- 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.
0 commit comments