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 bf0ebd5 commit 997172bCopy full SHA for 997172b
package.json
@@ -33,6 +33,7 @@
33
"postinstall": "cd ./epicshop && npm install",
34
"start": "npx --prefix ./epicshop epicshop start",
35
"dev": "npx --prefix ./epicshop epicshop start",
36
+ "update": "npx --prefix ./epicshop epicshop update",
37
"dev:mcp": "node ./epicshop/run.js",
38
"inspect": "npx @kentcdodds/tmp-modelcontextprotocol_inspector",
39
"test": "npm run test --silent --prefix playground",
0 commit comments