Skip to content

Commit 9fb8838

Browse files
committed
Fix predeploy script in package.json to use Windows-compatible copy command.
1 parent d7e6ae5 commit 9fb8838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "vite build",
1717
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1818
"preview": "vite preview",
19-
"predeploy": "npm run build && cp .nojekyll dist/",
19+
"predeploy": "npm run build && copy .nojekyll dist\\",
2020
"deploy": "gh-pages -d dist"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)