File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
node-version : ${{ matrix.node-version }}
37
37
38
- - name : Build Web SDK
39
- run : yarn && yarn copywasm && yarn copyppn && yarn build
40
- working-directory : binding/web
41
-
42
38
- name : Pre-build dependencies
43
39
run : npm install yarn
44
40
Original file line number Diff line number Diff line change 17
17
"author" : " Picovoice Inc" ,
18
18
"license" : " Apache-2.0" ,
19
19
"dependencies" : {
20
- "@picovoice/porcupine-web" : " file:../../binding/web " ,
20
+ "@picovoice/porcupine-web" : " ~3.0.0 " ,
21
21
"@picovoice/web-voice-processor" : " ~4.0.8"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @picovoice/porcupine-web@file:../../binding/web " :
5
+ " @picovoice/porcupine-web@~3.0.0 " :
6
6
version "3.0.0"
7
+ resolved "https://registry.yarnpkg.com/@picovoice/porcupine-web/-/porcupine-web-3.0.0.tgz#e97e5e90b37af2b4938637efcaaf3cedc9fad6a3"
8
+ integrity sha512-zwhdh2YHy867wwp6G9YQU0q94VCveOQAAjeeDNFK/poJVtCaVc56kFH7wW0odkJ6s49ob8rQwOBdg7iPpZD0Fw==
7
9
dependencies :
8
10
" @picovoice/web-utils" " =1.3.1"
9
11
You can’t perform that action at this time.
0 commit comments