Skip to content

Commit

Permalink
Add build script in installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gathuku committed Oct 16, 2021
1 parent d0df679 commit d0f0ab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ require("esbuild").build({
}).catch(() => process.exit(1))
```

Add or Change build script in `package.json`
```javascript
"scripts": {
"build": "node esbuild.config.js"
}
```

## 🧑‍💻 Usage

Import a folder using globs:
Expand Down

0 comments on commit d0f0ab1

Please sign in to comment.