Skip to content

Commit

Permalink
fix(package-json): resolve missing lint script in pre-publish (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Jan 13, 2023
1 parent 486492c commit 21d17af
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 @@ -12,7 +12,7 @@
"prettier:write": "prettier --write .",
"test-cov": "jest unit --coverage",
"test-ci": "npm run lint:check && npm run prettier:check && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublishOnly": "npm test && npm run lint",
"prepublishOnly": "npm test && npm run lint:check",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
},
"repository": {
Expand Down

0 comments on commit 21d17af

Please sign in to comment.