Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit e12dd90

Browse files
committed
Merge branch 'pr/1'
2 parents c1f1efb + 06c3a1e commit e12dd90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"scripts": {
3131
"prepublishOnly": "yarn build",
32-
"build": "tsc",
32+
"build": "tsc --build",
33+
"clean": "tsc --build --clean",
3334
"start": "ts-node src/index.ts"
3435
},
3536
"devDependencies": {

0 commit comments

Comments
 (0)