We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0553d commit 22bd58eCopy full SHA for 22bd58e
package.json
@@ -6,7 +6,7 @@
6
"license": "LGPL-3.0",
7
"main": "commitlint.config.js",
8
"scripts": {
9
- "build": "./node_modules/.bin/tsc -p",
+ "build": "tsc -p",
10
"build:tool": "yarn run build ./tools/",
11
"clean": "rimraf -rf dist",
12
"clean:all": "yarn clean:cache && yarn clean:build:all && yarn clean node_modules",
0 commit comments