Skip to content

Commit f1f8550

Browse files
authored
Merge pull request rhashimoto#160 from rhashimoto/remove-prepack-build
Remove prepack build
2 parents 390744d + 93d7498 commit f1f8550

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here are the build steps:
2727
* `git clone git@github.com:rhashimoto/wa-sqlite.git`
2828
* `cd wa-sqlite`
2929
* `yarn install`
30-
* `make` (or `yarn prepack`)
30+
* `make`
3131

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wa-sqlite",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
44
"type": "module",
55
"main": "src/sqlite-api.js",
66
"types": "src/types/index.d.ts",
@@ -15,7 +15,6 @@
1515
],
1616
"scripts": {
1717
"build-docs": "typedoc",
18-
"prepack": "make",
1918
"start": "web-dev-server --node-resolve",
2019
"test": "karma start karma.conf.cjs --browsers ChromeHeadless",
2120
"test-manual": "karma start karma.conf.cjs --auto-watch --no-single-run --reporters progress"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,9 +1736,9 @@ __metadata:
17361736
linkType: hard
17371737

17381738
"ip@npm:^1.1.5":
1739-
version: 1.1.5
1740-
resolution: "ip@npm:1.1.5"
1741-
checksum: 30133981f082a060a32644f6a7746e9ba7ac9e2bc07ecc8bbdda3ee8ca9bec1190724c390e45a1ee7695e7edfd2a8f7dda2c104ec5f7ac5068c00648504c7e5a
1739+
version: 1.1.9
1740+
resolution: "ip@npm:1.1.9"
1741+
checksum: b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84
17421742
languageName: node
17431743
linkType: hard
17441744

0 commit comments

Comments
 (0)