Skip to content

Commit 31ae5f8

Browse files
authored
fix instructions CONTRIBUTING.md (#1250)
1 parent 88778de commit 31ae5f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ It also has some other tools as can be read in the main README file.
2222

2323
```bash
2424
npm install
25+
npm run generate-style-spec
26+
npm run generate-typings
2527
npm run build
2628
```
2729

@@ -33,7 +35,7 @@ There are a few layers of tests - integration, unit and build tests.
3335
```bash
3436
npm run test-unit
3537
npm run test-integration
36-
npm run test-build
38+
npm run test-build # follow steps from previous section before
3739
```
3840

3941
In intergration tests, if there's a need to update the expected results you'll need to run the tests with the `UPDATE=1` environment flag.

0 commit comments

Comments
 (0)