Skip to content

Commit d3d74c8

Browse files
committed
update building section on contributing
1 parent 69a6244 commit d3d74c8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ Running the `build` task will create both a CommonJS module-per-module build and
2222
npm run build
2323
```
2424

25-
To create just a CommonJS module-per-module build:
26-
```
27-
npm run build:lib
28-
```
29-
30-
To create just a UMD build:
31-
```
32-
npm run build:umd
33-
npm run build:umd:min
34-
```
35-
3625
### Testing and Linting
3726

3827
To run the tests:

0 commit comments

Comments
 (0)