Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 21d17af

Browse files
fix(package-json): resolve missing lint script in pre-publish (#225)
1 parent 486492c commit 21d17af

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
@@ -12,7 +12,7 @@
1212
"prettier:write": "prettier --write .",
1313
"test-cov": "jest unit --coverage",
1414
"test-ci": "npm run lint:check && npm run prettier:check && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
15-
"prepublishOnly": "npm test && npm run lint",
15+
"prepublishOnly": "npm test && npm run lint:check",
1616
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
1717
},
1818
"repository": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /