Skip to content

Commit

Permalink
fix: missing build
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxlexx committed Aug 22, 2023
1 parent 301c37f commit 3550804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ npm i @acelords/js-utils

pnpm i @acelords/js-utils
```
`

## Docs
Available functions. [View the entire list here](https://github.com/acelords/node-utils/blob/main/src/index.ts)
Expand Down Expand Up @@ -38,6 +37,8 @@ npm t
```

### Publish to NPM
Before publishing, remember to INCREMENT Versioning and also BUILD it

```bash
npm publish --access public
npm run build && npm publish --access public
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acelords/js-utils",
"version": "1.0.5",
"version": "1.0.6",
"description": "Common utils and helpers used on node projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3550804

Please sign in to comment.