Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from mapachurro/hot-fix-deployment
Browse files Browse the repository at this point in the history
Glossary not returnin data, trying to fix it
  • Loading branch information
yaseerhee authored Jun 4, 2024
2 parents bee4fbf + 83bd8ec commit 2eab152
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
build/
.module-cache
*.log*
*.log*

dist
9 changes: 9 additions & 0 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lunr-languages": "^1.14.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.23.1",
"tsc": "^2.0.4",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1"
},
Expand All @@ -22,7 +23,7 @@
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"extract": "i18next-scanner --config i18next-scanner.config.js",
"deploy": "gh-pages -d dist"
"deploy": "npm run extract && vite build && gh-pages -d dist"
},
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -51,6 +52,7 @@
"@svgr/webpack": "^8.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.3.1",
"gh-pages": "^4.0.0",
"i18next-scanner": "^4.4.0",
"jsdom": "^24.0.0",
"nth-check": "^2.1.1",
Expand All @@ -59,7 +61,6 @@
"react-dom": "^18.3.1",
"serve": "^14.2.0",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"gh-pages":"^4.0.0"
"vitest": "^1.3.1"
}
}

0 comments on commit 2eab152

Please sign in to comment.