Skip to content

Commit

Permalink
fix(package.json): Escape file path and directory path in copy-pug.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTales committed Jun 9, 2017
1 parent a52358d commit 697ef8a
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 @@ -19,7 +19,7 @@
"standalone": "node dist/entry/standalone.js",
"lint": "tslint \"src/**/*.ts\" \"stubs/**/*.ts\"",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"copy-pug": "yarn copy src/admin/*.pug dist/admin/"
"copy-pug": "yarn copy \"src/admin/*.pug\" \"dist/admin/\""
},
"devDependencies": {
"@types/body-parser": "^1.16.3",
Expand Down

0 comments on commit 697ef8a

Please sign in to comment.