Skip to content

Commit b840b4a

Browse files
committed
Force build of docker compose
To ensure end2end server is always up-to-date
1 parent d64d1df commit b840b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"install": "node scripts/install.js",
1010
"install-lib-only": "node scripts/install.js --lib-only",
11-
"containers": "cd sample-apps && docker compose up -d --remove-orphans",
11+
"containers": "cd sample-apps && docker compose up -d --remove-orphans --build",
1212
"build": "node scripts/build.js",
1313
"watch": "cd library && npm run build:watch",
1414
"test": "cd library && npm run test",

0 commit comments

Comments
 (0)