Skip to content

Commit b057814

Browse files
committed
fix(sandbox): fix crash when installed sandbox only, caused by a lacking dependency
1 parent a0117f6 commit b057814

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.changeset/swift-geese-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@akashic/akashic-cli-sandbox": patch
3+
---
4+
5+
Fix crash when installed sandbox only, caused by a lacking dependency

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/akashic-cli-sandbox/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@akashic:registry": "https://registry.npmjs.org/"
3939
},
4040
"dependencies": {
41+
"@akashic/akashic-cli-commons": "1.0.0-next.0",
4142
"@akashic/game-configuration": "^2.0.0",
4243
"@akashic/headless-driver": "2.15.12",
4344
"commander": "^11.0.0",

0 commit comments

Comments
 (0)