We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018949c commit 343f194Copy full SHA for 343f194
package.json
@@ -19,7 +19,7 @@
19
"lint": "eslint . --ext=.ts",
20
"clean": "del build",
21
"compile": "npm run lint && npm run clean && tsc",
22
- "build": "npm run compile",
+ "build": "npm run compile && node build/bin/index.js && copyfiles \"templates/*\" build",
23
"commit": "git-cz",
24
"release": "np --message=\"chore(release): %s\"",
25
"version": "npm run build",
0 commit comments