Skip to content

Commit 322acd7

Browse files
Merge pull request #2461 from o1-labs/leon/package-json-fixup
chore: removing unused package, and removing unecessary 'npx' usage
2 parents 9d65a0b + 768c1f2 commit 322acd7

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-qCcVvq+aWIZ11hr3nmBWj1WPS6aBaFpWGWsVdrBHgzg=
1+
sha256-hvRlb/ZgfEnSW+OJG4UibamdL5UzygQQthMpUqh2W0w=

package-lock.json

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

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"build:web": "./scripts/build/build-web.sh",
5858
"build:examples": "./scripts/build/build-examples.sh",
5959
"check:bindings": "./scripts/build/check-for-bindings.sh",
60-
"build:docs": "npx typedoc",
60+
"build:docs": "typedoc",
6161
"prepublish:web": "./scripts/prepublish/prepublish-web.sh",
6262
"prepublish:node": "./scripts/prepublish/prepublish-node.sh",
6363
"prepublish:full": "./scripts/prepublish/prepublish-full.sh",
@@ -69,9 +69,9 @@
6969
"format:md:check": "prettier --config .prettierrc.md.cjs --check '**/*.md'",
7070
"clean": "./scripts/clean/clean.sh",
7171
"clean:all": "./scripts/clean/clean-all.sh",
72-
"lint": "npx oxlint",
73-
"lint:fix": "npx oxlint --fix --fix-suggestions",
74-
"lint:strict": "npx oxlint --max-warnings 0",
72+
"lint": "oxlint",
73+
"lint:fix": "oxlint --fix --fix-suggestions",
74+
"lint:strict": "oxlint --max-warnings 0",
7575
"test": "./run-jest-tests.sh",
7676
"test:integration": "./run-integration-tests.sh",
7777
"test:unit": "./run-unit-tests.sh",
@@ -99,7 +99,6 @@
9999
"fs-extra": "^10.0.0",
100100
"glob": "^8.0.3",
101101
"graphql": "^16.10.0",
102-
"howslow": "^0.1.0",
103102
"husky": "^9.1.7",
104103
"jest": "^28.1.3",
105104
"jstat": "^1.9.6",

0 commit comments

Comments
 (0)