We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6799e6 commit 955f575Copy full SHA for 955f575
package.json
@@ -34,6 +34,7 @@
34
"postinstall": "cd ./epicshop && npm install",
35
"start": "npx --prefix ./epicshop epicshop start",
36
"dev": "npx --prefix ./epicshop epicshop start",
37
+ "update": "npx --prefix ./epicshop epicshop update",
38
"dev:mcp": "node ./epicshop/run.js",
39
"inspect": "npx @kentcdodds/tmp-modelcontextprotocol_inspector",
40
"test": "npm run test --silent --prefix playground",
0 commit comments