Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vedro-compota committed Jan 22, 2019
1 parent 1b188c4 commit 2b40f5c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jswl.functionName();
jswl.isEmpty(value);
```

## Сборка (`npm`)
## Сброка и другая работа с `npm`

Сборка очередной версии:

```javascript
npm run-script bulid
Сборка:
```shell
npm run-script build
```
Отладочная сборка
```shell
npm run-script watch
```

## Публикация очередной версии
Expand Down

0 comments on commit 2b40f5c

Please sign in to comment.