Skip to content

Commit

Permalink
add gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth committed May 20, 2024
1 parent b807cd0 commit 7786532
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 3 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
Expand All @@ -26,13 +28,15 @@
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/canvas-size": "^1.2.2",
"@types/gh-pages": "^6",
"@types/uuid": "^9",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-svelte": "^2.35.1",
"gh-pages": "^6.1.1",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 7786532

Please sign in to comment.