Skip to content

Commit

Permalink
ref: changed deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
veluat committed Jun 29, 2024
1 parent 847a24d commit 93efab3
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 8 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
"name": "digital-art-layout",
"private": true,
"version": "0.0.0",
"homepage": "https://veluat.github.io/digital-art-layout/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write src",
"lint": "eslint --fix src/**/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
"preview": "vite preview"
"preview": "vite preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@types/react-scroll": "^1.8.10",
"@types/styled-components": "^5.1.34",
"gh-pages": "^6.1.1",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.8",
"react-curved-text": "^3.0.1",
Expand Down
Loading

0 comments on commit 93efab3

Please sign in to comment.