Skip to content

Commit

Permalink
fix: copy stubs to build folder and publish them
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2020
1 parent 4396495 commit 340eff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"files": [
"build/adonis-typings",
"build/providers",
"build/templates",
"build/src",
"build/instructions.js"
],
Expand All @@ -17,7 +18,7 @@
"clean": "del build",
"copyfiles": "copyfiles \"templates/**/*.txt\" build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile",
"build": "npm run compile && npm run copyfiles",
"commit": "git-cz",
"release": "np",
"version": "npm run build",
Expand Down

0 comments on commit 340eff7

Please sign in to comment.