Skip to content

Commit 32ac9cd

Browse files
committed
fix build script
1 parent 1159f96 commit 32ac9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint ./src/**/*.ts",
88
"prebuild": "npm run lint && node distDeletor.js",
99
"build":"tsc",
10-
"postbuild":"clear && echo Builded"
10+
"postbuild":"cls && echo Builded"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)