Skip to content

Commit ed3532d

Browse files
authored
Merge pull request #130 from LucioFranco/lucio/update-readme
update readme with LIBSQL_JS_DEV
2 parents d862db8 + 3c418c8 commit ed3532d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,13 @@ const row = db.prepare("SELECT * FROM users WHERE id = ?").get(1);
138138
To build the `libsql` package, run:
139139

140140
```console
141-
npm run build
141+
LIBSQL_JS_DEV=1 npm run build
142142
```
143143

144144
You can then run the integration tests with:
145145

146146
```console
147+
export LIBSQL_JS_DEV=1
147148
npm link
148149
cd integration-tests
149150
npm link libsql

0 commit comments

Comments
 (0)