Skip to content

Commit 1e8ccfb

Browse files
committed
build: update npm scripts
1 parent 87670b6 commit 1e8ccfb

File tree

4 files changed

+29
-44
lines changed

4 files changed

+29
-44
lines changed

eslint.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default tseslint.config(
8484
ignorePrimitives: true,
8585
},
8686
],
87-
8887
"array-callback-return": "off",
8988
"eslint-plugin/require-meta-docs-url": "off",
9089
"logical-assignment-operators": "error",
@@ -118,7 +117,6 @@ export default tseslint.config(
118117
selector: 'ImportDeclaration[source.value="."]',
119118
},
120119
],
121-
122120
"perfectionist/sort-exports": "off",
123121
"perfectionist/sort-imports": "off",
124122
"perfectionist/sort-named-exports": "off",
@@ -150,7 +148,6 @@ export default tseslint.config(
150148
type: "natural",
151149
},
152150
],
153-
154151
"eslint-comments/disable-enable-pair": ["error", { allowWholeFile: true }],
155152
"eslint-comments/no-aggregating-enable": "error",
156153
"eslint-comments/no-duplicate-disable": "error",
@@ -169,9 +166,7 @@ export default tseslint.config(
169166
],
170167
},
171168
],
172-
173169
"simple-import-sort/imports": "warn",
174-
175170
"jsdoc/check-tag-names": "off",
176171
"jsdoc/check-param-names": "off",
177172
"jsdoc/require-jsdoc": "off",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build:all": "pnpm run build && pnpm run build:docs && pnpm run build:website",
3535
"build:docs": "turbo build:docs --filter='./packages/**'",
3636
"build:force": "turbo build --force --filter='./packages/**'",
37-
"build:website": "cd website && pnpm run build",
37+
"build:website": "pnpm -F './website' run build",
3838
"format:check": "dprint check",
3939
"format:package-json": "bun run --bun ./scripts/format-package-json.ts",
4040
"format:write": "dprint fmt",
@@ -99,7 +99,7 @@
9999
"typescript": "5.4.5",
100100
"vitest": "1.5.0"
101101
},
102-
"packageManager": "[email protected].1",
102+
"packageManager": "[email protected].2",
103103
"engines": {
104104
"bun": ">=1.0.15",
105105
"node": ">=18.18.0"

pnpm-lock.yaml

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

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"next": "14.2.1",
13-
"nextra": "3.0.0-alpha.22",
14-
"nextra-theme-docs": "3.0.0-alpha.22",
13+
"nextra": "3.0.0-alpha.23",
14+
"nextra-theme-docs": "3.0.0-alpha.23",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",
1717
"ts-pattern": "5.1.1"

0 commit comments

Comments
 (0)