Fix CI
This commit is contained in:
parent
f09af5be8f
commit
b713a83c3f
2 changed files with 3 additions and 1 deletions
|
|
@ -31,6 +31,8 @@ cd ../plugin
|
||||||
npm version patch
|
npm version patch
|
||||||
|
|
||||||
echo "Updating frontend dependencies to match the new backend versions"
|
echo "Updating frontend dependencies to match the new backend versions"
|
||||||
|
cd ../backend/sync_lib
|
||||||
|
wasm-pack build --target web --features console_error_panic_hook
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
2
plugin/package-lock.json
generated
2
plugin/package-lock.json
generated
|
|
@ -46,7 +46,7 @@
|
||||||
},
|
},
|
||||||
"../backend/sync_lib/pkg": {
|
"../backend/sync_lib/pkg": {
|
||||||
"name": "sync_lib",
|
"name": "sync_lib",
|
||||||
"version": "0.0.13",
|
"version": "0.0.16",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue