|
57 | 57 | "build:web": "./scripts/build/build-web.sh", |
58 | 58 | "build:examples": "./scripts/build/build-examples.sh", |
59 | 59 | "check:bindings": "./scripts/build/check-for-bindings.sh", |
60 | | - "build:docs": "npx typedoc", |
| 60 | + "build:docs": "typedoc", |
61 | 61 | "prepublish:web": "./scripts/prepublish/prepublish-web.sh", |
62 | 62 | "prepublish:node": "./scripts/prepublish/prepublish-node.sh", |
63 | 63 | "prepublish:full": "./scripts/prepublish/prepublish-full.sh", |
|
69 | 69 | "format:md:check": "prettier --config .prettierrc.md.cjs --check '**/*.md'", |
70 | 70 | "clean": "./scripts/clean/clean.sh", |
71 | 71 | "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", |
75 | 75 | "test": "./run-jest-tests.sh", |
76 | 76 | "test:integration": "./run-integration-tests.sh", |
77 | 77 | "test:unit": "./run-unit-tests.sh", |
|
99 | 99 | "fs-extra": "^10.0.0", |
100 | 100 | "glob": "^8.0.3", |
101 | 101 | "graphql": "^16.10.0", |
102 | | - "howslow": "^0.1.0", |
103 | 102 | "husky": "^9.1.7", |
104 | 103 | "jest": "^28.1.3", |
105 | 104 | "jstat": "^1.9.6", |
|
0 commit comments