We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64d1df commit b840b4aCopy full SHA for b840b4a
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"install": "node scripts/install.js",
10
"install-lib-only": "node scripts/install.js --lib-only",
11
- "containers": "cd sample-apps && docker compose up -d --remove-orphans",
+ "containers": "cd sample-apps && docker compose up -d --remove-orphans --build",
12
"build": "node scripts/build.js",
13
"watch": "cd library && npm run build:watch",
14
"test": "cd library && npm run test",
0 commit comments