Skip to content

Commit

Permalink
chore: update compile script to copy templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 14, 2021
1 parent 49652cb commit d8be6fb
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 @@ -18,7 +18,7 @@
"pretest": "npm run lint",
"test": "node japaFile.js",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"compile": "npm run lint && npm run clean && tsc && copyfiles templates/**/* templates/* build",
"build": "npm run compile",
"commit": "git-cz",
"release": "np",
Expand Down

0 comments on commit d8be6fb

Please sign in to comment.