Skip to content

Commit

Permalink
fix(smoke): Smoke test is missing ulid dependency to running inside t…
Browse files Browse the repository at this point in the history
…he container. (#3255)

#### Motivation

Smoke test should be able to running in the cli container, but it is
missing the ulid depenency.

#### Modification

Install ulid for smoke

#### Checklist

_If not applicable, provide explanation of why._

- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title
  • Loading branch information
Wentao-Kuang authored May 3, 2024
1 parent 7f99974 commit f14d0ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/smoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"files": [
"build/",
"bin/"
]
],
"dependencies": {
"ulid": "^2.3.0"
}
}

0 comments on commit f14d0ba

Please sign in to comment.