Skip to content

Commit 410d4cd

Browse files
author
Loïc Mangeonjean
committed
fix(demo): missing package-package
1 parent 9592e02 commit 410d4cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"check-build": "npm run lint && npm run typecheck",
1414
"build": "npm run check-build && vite --config vite.config.ts build",
1515
"build:netlify": "npm run check-build && vite --config vite.netlify.config.ts build",
16-
"start:debugServer": "tsx src/debugServer.ts"
16+
"start:debugServer": "tsx src/debugServer.ts",
17+
"preprepare": "patch-package"
1718
},
1819
"devDependencies": {
1920
"@types/dockerode": "^4.0.1",

0 commit comments

Comments
 (0)