Skip to content

Commit 0e535a4

Browse files
committed
Remove the npm release command. Add more info about the build command.
1 parent b1e6bf0 commit 0e535a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,10 @@ Here is the list of classes by element and by deep and with basic element (on wh
423423
### npm commands
424424

425425
#### Build
426-
```bash
427-
npm run build
428-
```
426+
Build the library to `dist/` using parcel.
429427

430-
#### Release
431428
```bash
432-
npm run release
429+
npm run build
433430
```
434431

435432
### Dev app

0 commit comments

Comments
 (0)