Skip to content

Commit a2776cf

Browse files
committed
fix(lesy): refactor scaffold templates
1 parent 4521c6e commit a2776cf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/cli/src/templates/js-basic/{{name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"keywords": [
2020
"lesy"
2121
],
22-
"author": {},
22+
"author": "",
2323
"license": "MIT"
2424
}

packages/cli/src/templates/ts-basic/{{name}}/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"clean": "rm -rf ./dist",
8-
"copy-templates": "copyfiles -f ./src/templates/**/* ./dist/templates",
9-
"build": "npm run clean && tsc --build tsconfig.json && npm run copy-templates",
8+
"build": "npm run clean && tsc --build tsconfig.json",
109
"test": "jest"
1110
},
1211
"bin": {
@@ -27,6 +26,6 @@
2726
"keywords": [
2827
"lesy"
2928
],
30-
"author": {},
29+
"author": "",
3130
"license": "MIT"
3231
}

0 commit comments

Comments
 (0)