Skip to content

Commit

Permalink
deps: remove 0x
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Sep 10, 2024
1 parent c4bbf94 commit d1454d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ We currently use [`clinic`](https://clinicjs.org/) to profile and debug our tool

```sh
# creates a flamegraph for a specific package
pm_config_package_name=account pnpm clinic:flame // runs flame against the account package
npm_config_package_name=account pnpm clinic:flame // runs flame against the account package
```

### CI Test
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"clinic:bubble": "clinic bubbleprof --autocannon [ -c 5 -a 500 / ] -- node packages/${npm_config_package_name}/dist/profile.js",
"clinic:doctor": "clinic doctor --autocannon [ / ] -- node packages/${npm_config_package_name}/dist/profile.js",
"clinic:heap": "clinic heapprofiler --autocannon [ / ] -- node packages/${npm_config_package_name}/dist/profile.js",
"0x": "0x -o -P 'autocannon localhost:$PORT' -- node packages/${npm_config_package_name}/dist/profile.js",
"test:integration": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --integration)",
"lint": "run-s type:check-tests lint:check prettier:check",
"lint:check": "eslint . --ext .ts --max-warnings 0",
Expand Down Expand Up @@ -72,7 +71,6 @@
},
"homepage": "https://github.com/FuelLabs/fuels-ts#readme",
"devDependencies": {
"0x": "^5.7.0",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@changesets/cli": "^2.27.7",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit d1454d6

Please sign in to comment.