Skip to content

Commit

Permalink
fix(package.json): fix copy-pug command to add the .pug files manuall…
Browse files Browse the repository at this point in the history
…y to dist.
  • Loading branch information
CrazyTales committed Jun 12, 2017
1 parent 697ef8a commit 7dbcf49
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 310 deletions.
4 changes: 2 additions & 2 deletions 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": "cpy \"admin/*.pug\" \"../dist/\" --cwd=src --parents"
},
"devDependencies": {
"@types/body-parser": "^1.16.3",
Expand Down Expand Up @@ -49,8 +49,8 @@
"boom": "^5.1.0",
"bull": "^2.2.6",
"compose-middleware": "^2.2.0",
"copy": "^0.3.0",
"cors": "^2.8.3",
"cpy-cli": "^1.0.1",
"dotenv": "^4.0.0",
"dotenv-extended": "^2.0.0",
"express": "^4.15.2",
Expand Down
Loading

0 comments on commit 7dbcf49

Please sign in to comment.