Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Mar 12, 2024
1 parent efca43f commit 0c9e5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -45,8 +45,6 @@
"release:major": "npm test && npm version major -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:minor": "npm test && npm version minor -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:patch": "npm test && npm version patch -m \"Released version %s\" && npm publish && git push --follow-tags",
"stylelint-failing-cases": "stylelint __tests__/manual-test-cases/failing-test-cases.scss",
"stylelint-passing-cases": "stylelint __tests__/manual-test-cases/passing-test-cases.scss",
"test": "node --test"
}
}

0 comments on commit 0c9e5ef

Please sign in to comment.