Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit bbf6060

Browse files
committed
feat: Add build script
1 parent d8bbea2 commit bbf6060

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"version": "1.0.4",
44
"description": "A cli tool to create a knockoutcity mod template",
55
"author": "Tandashi",
6+
"license": "ISC",
67
"bin": {
78
"knockoutcity-mod-create": "dist/index.js"
89
},
9-
"license": "ISC",
10+
"scripts": {
11+
"build": "tsc"
12+
},
1013
"dependencies": {
1114
"enquirer": "^2.4.1",
1215
"fs-extra": "^11.1.1",

0 commit comments

Comments
 (0)