Skip to content

Commit

Permalink
Correction to web upgrade script (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
artcodespace authored Mar 3, 2023
1 parent aa7c2da commit f958067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:watch": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"update": "cd ../../bindings/wysiwyg-wasm && npm run build && cp -f ./pkg/*wysiwyg* ../../platforms/web/generated && cd ../../platforms/web && yarn"
"update": "cd ../../bindings/wysiwyg-wasm && npm run build && cp -f ./pkg/*wysiwyg* ../../platforms/web/generated && cd ../../platforms/web && yarn build"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit f958067

Please # to comment.