Skip to content

Commit

Permalink
Merge pull request #160 from rhashimoto/remove-prepack-build
Browse files Browse the repository at this point in the history
Remove prepack build
  • Loading branch information
rhashimoto authored Feb 29, 2024
2 parents 390744d + 93d7498 commit f1f8550
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here are the build steps:
* `git clone [email protected]:rhashimoto/wa-sqlite.git`
* `cd wa-sqlite`
* `yarn install`
* `make` (or `yarn prepack`)
* `make`

The default build produces ES6 modules + WASM, [synchronous and asynchronous](https://github.com/rhashimoto/wa-sqlite/issues/7) (using Asyncify) in `dist/`.

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wa-sqlite",
"version": "0.9.11",
"version": "0.9.12",
"type": "module",
"main": "src/sqlite-api.js",
"types": "src/types/index.d.ts",
Expand All @@ -15,7 +15,6 @@
],
"scripts": {
"build-docs": "typedoc",
"prepack": "make",
"start": "web-dev-server --node-resolve",
"test": "karma start karma.conf.cjs --browsers ChromeHeadless",
"test-manual": "karma start karma.conf.cjs --auto-watch --no-single-run --reporters progress"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1736,9 +1736,9 @@ __metadata:
linkType: hard

"ip@npm:^1.1.5":
version: 1.1.5
resolution: "ip@npm:1.1.5"
checksum: 30133981f082a060a32644f6a7746e9ba7ac9e2bc07ecc8bbdda3ee8ca9bec1190724c390e45a1ee7695e7edfd2a8f7dda2c104ec5f7ac5068c00648504c7e5a
version: 1.1.9
resolution: "ip@npm:1.1.9"
checksum: b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84
languageName: node
linkType: hard

Expand Down

0 comments on commit f1f8550

Please sign in to comment.