Skip to content

Commit 22bd58e

Browse files
committed
fix 🐛(ci): clean execution tsc (#17)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent db0553d commit 22bd58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "LGPL-3.0",
77
"main": "commitlint.config.js",
88
"scripts": {
9-
"build": "./node_modules/.bin/tsc -p",
9+
"build": "tsc -p",
1010
"build:tool": "yarn run build ./tools/",
1111
"clean": "rimraf -rf dist",
1212
"clean:all": "yarn clean:cache && yarn clean:build:all && yarn clean node_modules",

0 commit comments

Comments
 (0)