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 d7e6ae5 commit 9fb8838Copy full SHA for 9fb8838
package.json
@@ -16,7 +16,7 @@
16
"build": "vite build",
17
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
18
"preview": "vite preview",
19
- "predeploy": "npm run build && cp .nojekyll dist/",
+ "predeploy": "npm run build && copy .nojekyll dist\\",
20
"deploy": "gh-pages -d dist"
21
},
22
"dependencies": {
0 commit comments