Skip to content

Commit

Permalink
docs: npm is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Jan 8, 2024
1 parent d2df9eb commit 6f3dfbe
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,25 +196,3 @@ pick up the location of Java and any other ASDF-based executables:
```bash
export PATH=$PATH:$HOME/.asdf/shims
```

## NPM Packaging

We are experimenting with taking the Deno code and producing NPM packages. This
doesnt work for the `pattern` or `examples` directories but the core `SQLa`
render package should work.

Build the NPM package

```bash
deno task prepare-npm
```

Publish the NPM package

```bash
deno task publish-npm
```

To publish this package, you will need the necessary permissions. Please contact
the `netspective-labs` organization to obtain the required permissions if you
don't have them yet.

0 comments on commit 6f3dfbe

Please sign in to comment.