Skip to content

Commit 343f194

Browse files
committed
chore: update build command to copy templates
1 parent 018949c commit 343f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "eslint . --ext=.ts",
2020
"clean": "del build",
2121
"compile": "npm run lint && npm run clean && tsc",
22-
"build": "npm run compile",
22+
"build": "npm run compile && node build/bin/index.js && copyfiles \"templates/*\" build",
2323
"commit": "git-cz",
2424
"release": "np --message=\"chore(release): %s\"",
2525
"version": "npm run build",

0 commit comments

Comments
 (0)