We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a819568 commit bfda324Copy full SHA for bfda324
package.json
@@ -2,12 +2,11 @@
2
"name": "commitlint-plugin-prevenger",
3
"version": "1.0.4",
4
"main": "dist/index.js",
5
- "type": "module",
6
"scripts": {
7
"lint": "npx eslint src/ --ext .ts",
8
"build": "tsc",
9
"test": "jest --coverage",
10
- "clean": "rm -rf node_modules package-lock.json dist && npm install"
+ "clean": "rm -rf node_modules && rm package-lock.json && npm cache clean --force && npm install"
11
},
12
"files": [
13
"dist/",
0 commit comments