Skip to content

Commit cb83046

Browse files
committed
Remove prepack script.
1 parent e014f2f commit cb83046

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)