Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: core contract tests corrupted package.json #4594

Merged
merged 2 commits into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stacks-core-tests.yml
Expand Up @@ -153,7 +153,7 @@ jobs:
node-version: 18.x
cache: "npm"
cache-dependency-path: "./contrib/core-contract-tests/package-lock.json"
- run: npm ci -f # need to force the update as long as we are using a beta version of the clarinet-sdk
- run: npm ci
- run: npm test
## Upload code coverage file
- name: Code Coverage
Expand Down
21 changes: 8 additions & 13 deletions contrib/core-contract-tests/package-lock.json

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

2 changes: 1 addition & 1 deletion contrib/core-contract-tests/package.json
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.4.0-beta4",
"@hirosystems/clarinet-sdk": "^2.4.1",
"@stacks/clarunit": "0.0.1",
"@stacks/transactions": "^6.12.0",
"chokidar-cli": "^3.0.0",
Expand Down