Skip to content

Commit

Permalink
delete components check
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Feb 25, 2024
1 parent 994303c commit 4552010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"update": "installer/update.sh",
"reset": "git reset --hard",
"clean": "rm -rf node_modules package-lock.json",
"lint": "eslint *.js installer/*.js components/*.js --config eslint.config.js",
"lint:fix": "eslint *.js installer/*.js components/*.js --config eslint.config.js --fix",
"lint": "eslint *.js installer/*.js --config eslint.config.js",
"lint:fix": "eslint *.js installer/*.js --config eslint.config.js --fix",
"test": "npm run lint",
"test:minify": "cd installer && node minify.js"
},
Expand Down

0 comments on commit 4552010

Please sign in to comment.