Skip to content

Commit

Permalink
fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Aug 13, 2024
1 parent 772a7c3 commit a506946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/messaging-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"dev": "buildc --deps-only -- wxt",
"build": "buildc -- wxt build",
"check": "tsc --noEmit",
"prepare": "buildc --deps-only -- wxt prepare"
"check": "tsc --noEmit"
},
"dependencies": {
"@webext-core/messaging": "workspace:*"
Expand Down
3 changes: 1 addition & 2 deletions packages/proxy-service-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"dev": "buildc --deps-only -- wxt",
"build": "buildc -- wxt build",
"check": "tsc --noEmit",
"prepare": "buildc --deps-only -- wxt prepare"
"check": "tsc --noEmit"
},
"dependencies": {
"@webext-core/proxy-service": "workspace:*"
Expand Down

0 comments on commit a506946

Please sign in to comment.