File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
packages/webz-indexdb-store Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,16 @@ jobs:
23
23
- name : Checkout
24
24
uses : actions/checkout@v3
25
25
26
+ - name : Install Just
27
+ uses : extractions/setup-just@v2
28
+
26
29
- name : install wasm-pack
27
30
uses : jetli/wasm-pack-action@v0.4.0
28
31
with :
29
32
version : latest
30
33
31
34
- name : build pkg
32
- run : wasm-pack build --target web --no-opt
35
+ run : just build
33
36
34
37
- name : Set up Node.js
35
38
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 2
2
just --list
3
3
4
4
build :
5
- wasm-pack build -t web --release
5
+ wasm-pack build -t web --release --out-dir . / packages / webz
6
6
7
7
test-web :
8
8
WASM_BINDGEN_TEST_TIMEOUT=99999 wasm-pack test --release --headless --chrome
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " webz-indexdb-store" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Simple wrapper to allow using indexdb as the wallet store for WebZjs" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/ChainSafe/WebZjs.git"
12
+ },
13
+ "author" : " ChainSafe Systems" ,
14
+ "license" : " MIT OR Apache-2.0" ,
15
+ "bugs" : {
16
+ "url" : " https://github.com/ChainSafe/WebZjs/issues"
17
+ },
18
+ "homepage" : " https://github.com/ChainSafe/WebZjs#readme"
19
+ }
You can’t perform that action at this time.
0 commit comments