Skip to content

Commit 64c532d

Browse files
committed
add update script
1 parent 81ac5d5 commit 64c532d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
"hidedevtools": "1",
2020
"hideNavigation": "1"
2121
},
22+
"onboardingVideo": "https://www.epicai.pro/get-started-with-epic-ai-workshops-ol7j2",
2223
"product": {
2324
"host": "www.epicai.pro",
25+
"slug": "day-5-6-mcp-ui",
2426
"displayName": "EpicAI.pro",
2527
"displayNameShort": "Epic AI",
2628
"discordChannelId": "1409600723716411494",
@@ -35,6 +37,7 @@
3537
"postinstall": "cd ./epicshop && npm install",
3638
"start": "npx --prefix ./epicshop epicshop start",
3739
"dev": "npx --prefix ./epicshop epicshop start",
40+
"update": "npx --prefix ./epicshop epicshop update",
3841
"test": "npm run test --silent --prefix playground",
3942
"test:e2e": "npm run test:e2e --silent --prefix playground",
4043
"test:e2e:dev": "npm run test:e2e:dev --silent --prefix playground",

0 commit comments

Comments
 (0)