|
7 | 7 | "author": "Yosuke Ota", |
8 | 8 | "funding": "https://github.com/sponsors/ota-meshi", |
9 | 9 | "license": "MIT", |
| 10 | + "packageManager": "[email protected]", |
10 | 11 | "engines": { |
11 | 12 | "node": "^14.18.0 || >=16.0.0" |
12 | 13 | }, |
|
28 | 29 | "build:ts": "tsc --project ./tsconfig.build.json", |
29 | 30 | "clean": "rimraf .nyc_output dist coverage", |
30 | 31 | "cover": "nyc --reporter=lcov yarn test", |
31 | | - "docs:watch": "vitepress dev docs", |
32 | 32 | "docs:build": "yarn build && vitepress build docs", |
33 | 33 | "docs:build-and-preview": "yarn docs:build && npx http-server docs/.vitepress/dist", |
| 34 | + "docs:watch": "vitepress dev docs", |
34 | 35 | "lint": "eslint .", |
35 | 36 | "lint-fix": "yarn lint --fix", |
36 | 37 | "mocha": "yarn ts node_modules/mocha/bin/mocha", |
37 | 38 | "new": "yarn ts ./tools/new-rule", |
38 | 39 | "prebuild": "yarn -s clean", |
39 | 40 | "predocs:watch": "yarn build", |
| 41 | + "prelint": "yarn build", |
40 | 42 | "prerelease": "yarn test && yarn build", |
41 | 43 | "preversion": "yarn test && git add .", |
42 | 44 | "release": "clean-pkg-json && changeset publish", |
|
121 | 123 | }, |
122 | 124 | "publishConfig": { |
123 | 125 | "access": "public" |
124 | | - }, |
125 | | - "packageManager": "[email protected]" |
| 126 | + } |
126 | 127 | } |
0 commit comments