Skip to content

Commit

Permalink
fix release config lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 20, 2024
1 parent 3b3216b commit 33cba0b
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 @@ -61,7 +61,7 @@
"scripts": {
"build:watch": "babel src --out-dir lib --source-maps --watch",
"build": "babel src --out-dir lib --source-maps && tsc",
"lint": "eslint '{src,spec,demo}/**/*.js' 'release.config.js'",
"lint": "eslint '{src,spec,demo}/**/*.js' '.releaserc.js'",
"lint:fix": "eslint '{src,spec,demo}/**/*.js' --fix",
"madge": "node_modules/.bin/madge ./src $npm_config_arg",
"madge:circular": "npm run madge --arg=--circular",
Expand Down

0 comments on commit 33cba0b

Please sign in to comment.