Skip to content

Commit

Permalink
hotfix: add back package command
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jan 22, 2024
1 parent 5b10af1 commit 09a4254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion with-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
"package": "plasmo package"
},
"dependencies": {
"compromise": "14.11.1",
Expand Down
2 changes: 1 addition & 1 deletion with-background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
"package": "plasmo package"
},
"dependencies": {
"bip39": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion with-microsoft-clarity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/messaging": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion with-popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test"
"package": "plasmo package"
},
"dependencies": {
"plasmo": "workspace:*",
Expand Down

0 comments on commit 09a4254

Please sign in to comment.