Skip to content

Commit 997172b

Browse files
committed
add update script
1 parent bf0ebd5 commit 997172b

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
@@ -33,6 +33,7 @@
3333
"postinstall": "cd ./epicshop && npm install",
3434
"start": "npx --prefix ./epicshop epicshop start",
3535
"dev": "npx --prefix ./epicshop epicshop start",
36+
"update": "npx --prefix ./epicshop epicshop update",
3637
"dev:mcp": "node ./epicshop/run.js",
3738
"inspect": "npx @kentcdodds/tmp-modelcontextprotocol_inspector",
3839
"test": "npm run test --silent --prefix playground",

0 commit comments

Comments
 (0)