Skip to content

Commit 2aa96d1

Browse files
wip
1 parent 5e5ba02 commit 2aa96d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./build/index.d.ts",
77
"scripts": {
88
"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",
9+
"build": "rimraf build && tsc -p tsconfig.json",
1010
"format": "prettier --write .",
1111
"lint": "eslint . --ext=.ts",
1212
"commit": "git-cz",

0 commit comments

Comments
 (0)