Fix script
This commit is contained in:
parent
13ac3bb140
commit
a751646d2a
1 changed files with 3 additions and 1 deletions
|
|
@ -33,9 +33,11 @@ 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
|
cd ../backend/sync_lib
|
||||||
wasm-pack build --target web --features console_error_panic_hook
|
wasm-pack build --target web --features console_error_panic_hook
|
||||||
|
|
||||||
|
cd ../../plugin
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
cd ../..
|
cd ..
|
||||||
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
||||||
|
|
||||||
# Commit and tag
|
# Commit and tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue