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 5e5ba02 commit 2aa96d1Copy full SHA for 2aa96d1
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"types": "./build/index.d.ts",
7
"scripts": {
8
"test": "mocha --require ts-node/register \"./tests/*.spec.ts\" \"./tests/**/*.spec.ts\"",
9
- "build": "rimraf build && tsc -p tsconfig.json && copyfiles -u 3 \"src/commands/templates/*\" build/commands/templates",
+ "build": "rimraf build && tsc -p tsconfig.json",
10
"format": "prettier --write .",
11
"lint": "eslint . --ext=.ts",
12
"commit": "git-cz",
0 commit comments