Skip to content

Commit

Permalink
console logging env vars to confirm existence, using gh-pages deploy …
Browse files Browse the repository at this point in the history
…instead of actions.
  • Loading branch information
alifeinbinary committed Oct 8, 2024
1 parent 8a43043 commit 46aec5c
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 20 deletions.
225 changes: 224 additions & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"name": "stegg",
"private": true,
"version": "1.0.0",
"homepage": "https://stegg.alifeinbinary.com/",
"homepage": ".",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest"
"test": "jest",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@apollo/client": "^3.11.8",
Expand Down Expand Up @@ -64,6 +65,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-tailwindcss": "^3.17.4",
"gh-pages": "^6.1.1",
"globals": "^15.10.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand All @@ -79,6 +81,7 @@
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css": "^1.0.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-minify": "^2.0.0",
"vite-plugin-sitemap": "^0.7.1",
Expand Down
Loading

0 comments on commit 46aec5c

Please sign in to comment.