Skip to content

Commit 850e0ae

Browse files
committed
WIP
1 parent d6340ad commit 850e0ae

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci
2626

2727
- name: Build Docusaurus
28-
run: cross-env DOCUSAURUS_VERSIONS='6.2, 7.0, current' npm run build
28+
run: npx cross-env DOCUSAURUS_VERSIONS='6.2, 7.0, current' npm run build
2929

3030
- name: Upload build artifacts
3131
uses: actions/upload-artifact@v4

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@mdx-js/react": "^3.0.0",
2828
"autoprefixer": "^10.4.21",
2929
"clsx": "^2.1.1",
30-
"cross-env": "^10.1.0",
3130
"prettier": "^3.6.2",
3231
"prism-react-renderer": "^2.3.0",
3332
"react": "^19.0.0",
@@ -42,6 +41,7 @@
4241
"@tailwindcss/postcss": "^4.1.11",
4342
"@typescript-eslint/eslint-plugin": "^8.39.0",
4443
"@typescript-eslint/parser": "^8.39.0",
44+
"cross-env": "^10.1.0",
4545
"eslint": "^9.32.0",
4646
"eslint-plugin-react": "^7.37.5",
4747
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
 (0)