We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0844a45 commit 9f0ec59Copy full SHA for 9f0ec59
package.json
@@ -8,6 +8,8 @@
8
"build": "vite build",
9
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
10
"preview": "vite build; vite preview --host"
11
+ "predeploy": "npm run build",
12
+ "deploy": "gh-pages -d build"
13
},
14
"dependencies": {
15
"@reduxjs/toolkit": "^2.2.3",
0 commit comments