Skip to content

Commit 955f575

Browse files
committed
add update script
1 parent d6799e6 commit 955f575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"postinstall": "cd ./epicshop && npm install",
3535
"start": "npx --prefix ./epicshop epicshop start",
3636
"dev": "npx --prefix ./epicshop epicshop start",
37+
"update": "npx --prefix ./epicshop epicshop update",
3738
"dev:mcp": "node ./epicshop/run.js",
3839
"inspect": "npx @kentcdodds/tmp-modelcontextprotocol_inspector",
3940
"test": "npm run test --silent --prefix playground",

0 commit comments

Comments
 (0)