Skip to content

Commit

Permalink
bug(documentation-website): fix build on windows
Browse files Browse the repository at this point in the history
fixes #898
  • Loading branch information
Idrinth committed Apr 27, 2024
1 parent 6738e28 commit c34446c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation-website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions documentation-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"start": "npm run build && npm run serve",
"dev": "irfbrgr && vite",
"build": "npm run assets && npm run drop-dist && npm run routes && npm run language && npm run contributors && tsc && vite build && irfbrgf",
"build": "npm run assets && npm run drop-dist && npm run routes && npm run language && npm run contributors && vite build && irfbrgf",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
Expand All @@ -29,7 +29,7 @@
"routes": "irfbrgr",
"contributors": "node tools/load-contributors.js",
"language": "itlfy generate",
"pure-build": "npm run drop-dist && npm run routes && npm run language && tsc && vite build && irfbrgf",
"pure-build": "npm run drop-dist && vite build && irfbrgf",
"drop-dist": "node tools/drop-dist.js",
"spellcheck": "itlfy dump && spellchecker",
"knip": "knip",
Expand All @@ -51,7 +51,7 @@
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@cypress/code-coverage": "^3.12.21",
"@idrinth/duplicate-style-check": "^1.1.0",
"@idrinth/react-file-based-routes": "^1.2.12",
"@idrinth/react-file-based-routes": "^1.2.16",
"@idrinth/rollup-plugin-react-modular-css": "^1.1.2",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@types/chai": "^4.3.11",
Expand Down
3 changes: 0 additions & 3 deletions documentation-website/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import istanbul from 'babel-plugin-istanbul';
export default defineConfig({
build: {
rollupOptions: {
input: {
index: 'index.html',
},
plugins: [ plugin(), ],
},
},
Expand Down

0 comments on commit c34446c

Please sign in to comment.