Skip to content

Commit 33cba0b

Browse files
committed
fix release config lint
1 parent 3b3216b commit 33cba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"scripts": {
6262
"build:watch": "babel src --out-dir lib --source-maps --watch",
6363
"build": "babel src --out-dir lib --source-maps && tsc",
64-
"lint": "eslint '{src,spec,demo}/**/*.js' 'release.config.js'",
64+
"lint": "eslint '{src,spec,demo}/**/*.js' '.releaserc.js'",
6565
"lint:fix": "eslint '{src,spec,demo}/**/*.js' --fix",
6666
"madge": "node_modules/.bin/madge ./src $npm_config_arg",
6767
"madge:circular": "npm run madge --arg=--circular",

0 commit comments

Comments
 (0)