mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
fix: force copy over existing files
This commit is contained in:
parent
80048a884d
commit
950bfde546
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "docusaurus build",
|
||||
"copy:pure": "cp -r ../build/ ./static/css/pure/",
|
||||
"copy:pure": "cp -rf ../build/ ./static/css/pure/",
|
||||
"deploy": "docusaurus deploy",
|
||||
"prebuild": "npm run copy:pure",
|
||||
"predeploy": "npm run copy:pure",
|
||||
|
Loading…
Reference in New Issue
Block a user