Skip to content

Commit

Permalink
fix: fix cpy-cli problems on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee committed Aug 3, 2021
1 parent c27e0ca commit f9c117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"prebuild": "del-cli dist/",
"build": "tsc -p tsconfig.json",
"postbuild": "cpy 'template/*' ../dist/src --cwd=src/ --no-overwrite --parents",
"postbuild": "cpy \"template/*\" ../dist/src --cwd=src/ --no-overwrite --parents",
"test": "jest",
"test-c": "jest-coverage",
"lint": "eslint --ext .js,.ts src/"
Expand Down

0 comments on commit f9c117a

Please sign in to comment.