8000 fix(package-json): resolve missing lint script in pre-publish (#225) · jeremydaly/lambda-api@21d17af · GitHub
[go: up one dir, main page]

Skip to content

Commit 21d17af

Browse files
authored
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)
0