Skip to content

Commit

Permalink
chore: copy templates to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 12, 2020
1 parent 97b53eb commit b645f52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test": "docker-compose -f docker-compose.yml -f docker-compose-test.yml build && docker-compose -f docker-compose.yml -f docker-compose-test.yml run --rm test",
"lint": "tslint --project tsconfig.json",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"compile": "npm run lint && npm run clean && tsc && npm run copy:files",
"copy:files": "copyfiles \"config/**/*.txt\" build",
"build": "npm run compile",
"commit": "git-cz",
"release": "np",
Expand Down Expand Up @@ -58,6 +59,7 @@
"@types/node": "^12.7.3",
"clone": "^2.1.2",
"commitizen": "^4.0.3",
"copyfiles": "^2.1.1",
"cz-conventional-changelog": "^3.0.2",
"del-cli": "^2.0.0",
"doctoc": "^1.4.0",
Expand Down

0 comments on commit b645f52

Please sign in to comment.