Skip to content

Commit

Permalink
fix πŸ›(ci): clean execution tsc (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
  • Loading branch information
luismayta committed Jan 26, 2025
1 parent db0553d commit 22bd58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "LGPL-3.0",
"main": "commitlint.config.js",
"scripts": {
"build": "./node_modules/.bin/tsc -p",
"build": "tsc -p",
"build:tool": "yarn run build ./tools/",
"clean": "rimraf -rf dist",
"clean:all": "yarn clean:cache && yarn clean:build:all && yarn clean node_modules",
Expand Down

0 comments on commit 22bd58e

Please sign in to comment.