Skip to content

Commit afaf71c

Browse files
author
Simon Finney
committed
fix(package): fix package publishing output
1 parent ad20f4a commit afaf71c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commitmsg": "commitlint -e $GIT_PARAMS",
88
"build": "webpack --mode production",
99
"format": "prettier '**/*.js' --write",
10-
"lint": "eslint '**/*.js'",
10+
"lint": "eslint '**/*.js' --ignore-path .gitignore",
1111
"precommit": "lint-staged",
1212
"prepublishOnly": "yarn build",
1313
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)