Skip to content

Commit 3e94cfd

Browse files
committed
Reduce heading size
1 parent e74df3e commit 3e94cfd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,39 @@ Due to differences between browsers, some error properties such as `message` and
3030

3131
To contribute, work on the source files. Then build and run the tests against the built files. Be careful to not introduce syntax that will be transpiled down to unsupported syntax. For example, `for...of` loops will be transpiled to use `Symbol.iterator` which is unavailable in IE.
3232

33-
### `npm run build`
33+
### Build scripts
34+
35+
#### `npm run build`
3436

3537
Builds the project into the `build` dir.
3638

37-
### `npm run dev`
39+
#### `npm run dev`
3840

3941
Watches source files for changes and rebuilds them into the `build` dir.
4042

41-
### `npm run test`
43+
#### `npm run test`
4244

4345
Builds the source files into the `build` dir and then runs the tests against the built project.
4446

45-
### `npm run test:nobuild`
47+
#### `npm run test:nobuild`
4648

4749
Runs the tests against the built project without rebuilding first.
4850

4951
This is useful if you're debugging in the transpiled code and want to re-run the tests without overwriting any changes you may have made.
5052

51-
### `npm run test:source`
53+
#### `npm run test:source`
5254

5355
Runs the tests against the unbuilt source files.
5456

5557
This will only work on modern Node.js versions.
5658

57-
### `npm run test:browsers`
59+
#### `npm run test:browsers`
5860

5961
Run browser tests against the all targets in the cloud.
6062

6163
Requires airtap credentials to be configured on your machine.
6264

63-
### `npm run test:browsers:local`
65+
#### `npm run test:browsers:local`
6466

6567
Run a local browser test server. No airtap configuration required.
6668

0 commit comments

Comments
 (0)